@groovy.transform.CompileStatic @groovy.util.logging.Commons class BootStrapClassRunner extends GrailsApplicationLifeCycleAdapter
Runs the BootStrap classes on startup
Type | Name and description |
---|---|
org.springframework.context.ApplicationContext |
applicationContext |
GrailsApplication |
grailsApplication |
GrailsPluginManager |
pluginManager |
javax.servlet.ServletContext |
servletContext |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
onShutdown(java.util.Map<java.lang.String, java.lang.Object> event) |
|
void |
onStartup(java.util.Map<java.lang.String, java.lang.Object> event) |
Methods inherited from class | Name |
---|---|
class GrailsApplicationLifeCycleAdapter |
doWithApplicationContext, doWithDynamicMethods, doWithSpring, onConfigChange, onShutdown, onStartup |