Package com.xebialabs.deployit.jetty
Class DeployitSpringContextLoaderListener
- java.lang.Object
-
- org.springframework.web.context.ContextLoader
-
- org.springframework.web.context.ContextLoaderListener
-
- org.jboss.resteasy.plugins.spring.SpringContextLoaderListener
-
- com.xebialabs.deployit.jetty.DeployitSpringContextLoaderListener
-
- All Implemented Interfaces:
java.util.EventListener,javax.servlet.ServletContextListener
public class DeployitSpringContextLoaderListener extends org.jboss.resteasy.plugins.spring.SpringContextLoaderListener
-
-
Constructor Summary
Constructors Constructor Description DeployitSpringContextLoaderListener()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcheckCorrectlyInitialized()voidcontextInitialized(javax.servlet.ServletContextEvent event)static org.springframework.web.context.WebApplicationContextgetWebApplicationContext()-
Methods inherited from class org.jboss.resteasy.plugins.spring.SpringContextLoaderListener
createContextLoader, customizeContext
-
Methods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext, setContextInitializers
-
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent event)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener- Overrides:
contextInitializedin classorg.jboss.resteasy.plugins.spring.SpringContextLoaderListener
-
checkCorrectlyInitialized
public static void checkCorrectlyInitialized()
-
getWebApplicationContext
public static org.springframework.web.context.WebApplicationContext getWebApplicationContext()
-
-