org.codehaus.groovy.grails.web.context
Class GrailsContextLoader

java.lang.Object
  extended by org.springframework.web.context.ContextLoader
      extended by org.codehaus.groovy.grails.web.context.GrailsContextLoader

public class GrailsContextLoader
extends org.springframework.web.context.ContextLoader


Field Summary
static org.apache.commons.logging.Log LOG
           
 
Fields inherited from class org.springframework.web.context.ContextLoader
CONFIG_LOCATION_PARAM, CONTEXT_CLASS_PARAM, CONTEXT_ID_PARAM, CONTEXT_INITIALIZER_CLASSES_PARAM, LOCATOR_FACTORY_KEY_PARAM, LOCATOR_FACTORY_SELECTOR_PARAM
 
Constructor Summary
GrailsContextLoader()
           
 
Method Summary
 void closeWebApplicationContext(javax.servlet.ServletContext servletContext)
           
 org.springframework.web.context.WebApplicationContext initWebApplicationContext(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class org.springframework.web.context.ContextLoader
configureAndRefreshWebApplicationContext, createWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, loadParentContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
Constructor Detail

GrailsContextLoader

public GrailsContextLoader()
Method Detail

initWebApplicationContext

public org.springframework.web.context.WebApplicationContext initWebApplicationContext(javax.servlet.ServletContext servletContext)
Overrides:
initWebApplicationContext in class org.springframework.web.context.ContextLoader

closeWebApplicationContext

public void closeWebApplicationContext(javax.servlet.ServletContext servletContext)
Overrides:
closeWebApplicationContext in class org.springframework.web.context.ContextLoader