org.jboss.resteasy.plugins.spring
Class SpringContextLoaderListener
java.lang.Object
org.springframework.web.context.ContextLoaderListener
org.jboss.resteasy.plugins.spring.SpringContextLoaderListener
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
public class SpringContextLoaderListener
- extends org.springframework.web.context.ContextLoaderListener
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
| 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 |
SpringContextLoaderListener
public SpringContextLoaderListener()
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 © 2011. All Rights Reserved.