@CompileStatic @Commons class BootStrapClassRunner extends GrailsApplicationLifeCycleAdapter implements GrailsApplicationAware, ServletContextAware, ApplicationContextAware, PluginManagerAware
Runs the BootStrap classes on startup
Type | Name and description |
---|---|
ApplicationContext |
applicationContext |
GrailsApplication |
grailsApplication |
GrailsPluginManager |
pluginManager |
ServletContext |
servletContext |
Constructor and description |
---|
BootStrapClassRunner() |
Methods inherited from class | Name |
---|---|
class GrailsApplicationLifeCycleAdapter |
doWithApplicationContext, doWithDynamicMethods, doWithSpring, onConfigChange, onShutdown, onStartup |