org.codehaus.groovy.grails.web.context
Class GrailsConfigUtils
java.lang.Object
org.codehaus.groovy.grails.web.context.GrailsConfigUtils
public class GrailsConfigUtils
- extends java.lang.Object
A common class where shared configurational methods can reside
- Since:
- 22-Feb-2006
- Author:
- Graeme Rocher
Method Summary |
static org.springframework.web.context.WebApplicationContext |
configureWebApplicationContext(javax.servlet.ServletContext servletContext,
org.springframework.web.context.WebApplicationContext parent)
|
static void |
executeGrailsBootstraps(GrailsApplication application,
org.springframework.web.context.WebApplicationContext webContext,
javax.servlet.ServletContext servletContext)
Executes Grails bootstrap classes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrailsConfigUtils
public GrailsConfigUtils()
executeGrailsBootstraps
public static void executeGrailsBootstraps(GrailsApplication application,
org.springframework.web.context.WebApplicationContext webContext,
javax.servlet.ServletContext servletContext)
- Executes Grails bootstrap classes
- Parameters:
application
- The Grails ApplicationContext instancewebContext
- The WebApplicationContext instanceservletContext
- The ServletContext instance
configureWebApplicationContext
public static org.springframework.web.context.WebApplicationContext configureWebApplicationContext(javax.servlet.ServletContext servletContext,
org.springframework.web.context.WebApplicationContext parent)
Copyright (c) 2005-2006 The Grails project