Type Params | Return Type | Name and description |
---|---|---|
|
void |
cleanupGrailsApplication() |
|
void |
defineBeans(groovy.lang.Closure closure) |
|
void |
defineBeans(java.lang.Object plugin) |
|
groovy.lang.Closure |
doWithConfig() |
|
groovy.lang.Closure |
doWithSpring() |
|
ConfigurableApplicationContext |
getApplicationContext() @return grailsApplication.mainContext |
|
Config |
getConfig() @return grailsApplication.config |
|
GrailsApplication |
getGrailsApplication() @return The GrailsApplication instance |
|
java.util.Set<java.lang.String> |
getIncludePlugins() |
|
MessageSource |
getMessageSource() @return the MessageSource bean from the application context |
|
java.lang.Object |
getOptionalServletContext() @return the servlet context |
|
boolean |
loadExternalBeans() |