|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.groovy.grails.web.context.GrailsConfigUtils
public class GrailsConfigUtils
A common class where shared configurational methods can reside.
| Constructor Summary | |
|---|---|
GrailsConfigUtils()
|
|
| Method Summary | |
|---|---|
static void |
configureServletContextAttributes(ServletContext servletContext,
GrailsApplication application,
GrailsPluginManager pluginManager,
WebApplicationContext webContext)
|
static WebApplicationContext |
configureWebApplicationContext(ServletContext servletContext,
WebApplicationContext parent)
|
static GrailsRuntimeConfigurator |
determineGrailsRuntimeConfiguratorFromServletContext(GrailsApplication application,
ServletContext servletContext,
ApplicationContext parent)
|
static void |
executeGrailsBootstraps(GrailsApplication application,
WebApplicationContext webContext,
ServletContext servletContext)
Executes Grails bootstrap classes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GrailsConfigUtils()
| Method Detail |
|---|
public static void executeGrailsBootstraps(GrailsApplication application,
WebApplicationContext webContext,
ServletContext servletContext)
application - The Grails ApplicationContext instancewebContext - The WebApplicationContext instanceservletContext - The ServletContext instance
public static WebApplicationContext configureWebApplicationContext(ServletContext servletContext,
WebApplicationContext parent)
public static void configureServletContextAttributes(ServletContext servletContext,
GrailsApplication application,
GrailsPluginManager pluginManager,
WebApplicationContext webContext)
public static GrailsRuntimeConfigurator determineGrailsRuntimeConfiguratorFromServletContext(GrailsApplication application,
ServletContext servletContext,
ApplicationContext parent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||