@Trait trait GrailsApplicationClass extends Object implements GrailsApplicationLifeCycle
Marker interface for the GrailsApplicationClass
Type Params | Return Type | Name and description |
---|---|---|
|
void |
doWithApplicationContext() |
|
void |
doWithDynamicMethods() |
|
Closure |
doWithSpring() |
|
void |
onConfigChange(Map<String, Object> event) |
|
void |
onShutdown(Map<String, Object> event) |
|
void |
onStartup(Map<String, Object> event) |