@groovy.transform.CompileStatic @groovy.util.logging.Commons class BootStrapClassRunner extends GrailsApplicationLifeCycleAdapter implements GrailsApplicationAware, org.springframework.web.context.ServletContextAware, org.springframework.context.ApplicationContextAware, PluginManagerAware
Runs the BootStrap classes on startup
Type | Name and description |
---|---|
org.springframework.context.ApplicationContext |
applicationContext |
GrailsApplication |
grailsApplication |
GrailsPluginManager |
pluginManager |
javax.servlet.ServletContext |
servletContext |
Constructor and description |
---|
BootStrapClassRunner
() |
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 |
Groovy Documentation