@CompileStatic class GrailsApplicationLifeCycleAdapter extends Object implements GrailsApplicationLifeCycle
Adapter for the GrailsApplicationLifeCycle interface
| Constructor and description |
|---|
GrailsApplicationLifeCycleAdapter() |
| 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) |