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 ContextLoader

Author:
graemerocher

Field Summary
static org.apache.commons.logging.Log LOG
           
 
Fields inherited from class org.springframework.web.context.ContextLoader
CONFIG_LOCATION_PARAM, CONTEXT_CLASS_PARAM, LOCATOR_FACTORY_KEY_PARAM, LOCATOR_FACTORY_SELECTOR_PARAM
 
Constructor Summary
GrailsContextLoader()
           
 
Method Summary
protected  WebApplicationContext createWebApplicationContext(ServletContext servletContext, ApplicationContext parent)
           
 
Methods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, customizeContext, determineContextClass, getCurrentWebApplicationContext, initWebApplicationContext, 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

createWebApplicationContext

protected WebApplicationContext createWebApplicationContext(ServletContext servletContext,
                                                            ApplicationContext parent)
                                                     throws BeansException
Overrides:
createWebApplicationContext in class ContextLoader
Throws:
BeansException


Copyright (c) 2005-2006 The Grails project