org.jboss.resteasy.plugins.spring
Class SpringContextLoaderListener

java.lang.Object
  extended by org.springframework.web.context.ContextLoaderListener
      extended by org.jboss.resteasy.plugins.spring.SpringContextLoaderListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class SpringContextLoaderListener
extends org.springframework.web.context.ContextLoaderListener

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
SpringContextLoaderListener()
           
 
Method Summary
 void contextInitialized(javax.servlet.ServletContextEvent event)
           
protected  org.springframework.web.context.ContextLoader createContextLoader()
           
 
Methods inherited from class org.springframework.web.context.ContextLoaderListener
contextDestroyed, getContextLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringContextLoaderListener

public SpringContextLoaderListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Overrides:
contextInitialized in class org.springframework.web.context.ContextLoaderListener

createContextLoader

protected org.springframework.web.context.ContextLoader createContextLoader()
Overrides:
createContextLoader in class org.springframework.web.context.ContextLoaderListener


Copyright © 2009. All Rights Reserved.