org.jboss.resteasy.plugins.spring
Class SpringContextLoader

java.lang.Object
  extended by org.springframework.web.context.ContextLoader
      extended by org.jboss.resteasy.plugins.spring.SpringContextLoader

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

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
 
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
SpringContextLoader()
           
 
Method Summary
protected  void customizeContext(javax.servlet.ServletContext servletContext, org.springframework.web.context.ConfigurableWebApplicationContext configurableWebApplicationContext)
           
 
Methods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, createWebApplicationContext, determineContextClass, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringContextLoader

public SpringContextLoader()
Method Detail

customizeContext

protected void customizeContext(javax.servlet.ServletContext servletContext,
                                org.springframework.web.context.ConfigurableWebApplicationContext configurableWebApplicationContext)
Overrides:
customizeContext in class org.springframework.web.context.ContextLoader


Copyright © 2009. All Rights Reserved.