org.codehaus.groovy.grails.web.context
Class GrailsContextLoader
java.lang.Object
org.springframework.web.context.ContextLoader
org.codehaus.groovy.grails.web.context.GrailsContextLoader
public class GrailsContextLoader
- extends org.springframework.web.context.ContextLoader
- Author:
- graemerocher
Fields inherited from class org.springframework.web.context.ContextLoader |
CONFIG_LOCATION_PARAM, CONTEXT_CLASS_PARAM, LOCATOR_FACTORY_KEY_PARAM, LOCATOR_FACTORY_SELECTOR_PARAM |
Method Summary |
void |
closeWebApplicationContext(javax.servlet.ServletContext servletContext)
|
protected org.springframework.web.context.WebApplicationContext |
createWebApplicationContext(javax.servlet.ServletContext servletContext,
org.springframework.context.ApplicationContext parent)
|
Methods inherited from class org.springframework.web.context.ContextLoader |
customizeContext, determineContextClass, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final org.apache.commons.logging.Log LOG
application
GrailsApplication application
GrailsContextLoader
public GrailsContextLoader()
createWebApplicationContext
protected org.springframework.web.context.WebApplicationContext createWebApplicationContext(javax.servlet.ServletContext servletContext,
org.springframework.context.ApplicationContext parent)
throws org.springframework.beans.BeansException
- Overrides:
createWebApplicationContext
in class org.springframework.web.context.ContextLoader
- Throws:
org.springframework.beans.BeansException
closeWebApplicationContext
public void closeWebApplicationContext(javax.servlet.ServletContext servletContext)
- Overrides:
closeWebApplicationContext
in class org.springframework.web.context.ContextLoader
Copyright (c) 2005-2006 The Grails project