A common class where shared configurational methods can reside.
Type Params | Return Type | Name and description |
---|---|---|
|
static void |
configureServletContextAttributes(javax.servlet.ServletContext servletContext, GrailsApplication application, GrailsPluginManager pluginManager, org.springframework.web.context.WebApplicationContext webContext) |
|
static org.springframework.web.context.WebApplicationContext |
configureWebApplicationContext(javax.servlet.ServletContext servletContext, org.springframework.web.context.WebApplicationContext parent) |
|
static GrailsRuntimeConfigurator |
determineGrailsRuntimeConfiguratorFromServletContext(GrailsApplication application, javax.servlet.ServletContext servletContext, org.springframework.context.ApplicationContext parent) |
|
static void |
executeGrailsBootstraps(GrailsApplication application, org.springframework.web.context.WebApplicationContext webContext, javax.servlet.ServletContext servletContext) Executes Grails bootstrap classes |
|
static boolean |
isConfigTrue(GrailsApplication application, java.lang.String propertyName) Checks if a Config parameter is true or a System property with the same name is true |
|
static boolean |
isConfigTrue(java.lang.Object application, java.lang.String propertyName) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Executes Grails bootstrap classes
application
- The Grails ApplicationContext instancewebContext
- The WebApplicationContext instanceservletContext
- The ServletContext instanceChecks if a Config parameter is true or a System property with the same name is true