Package org.smallmind.web.jersey.spring
Class ExposedWebContextLoaderListener
- java.lang.Object
-
- org.springframework.web.context.ContextLoader
-
- org.springframework.web.context.ContextLoaderListener
-
- org.smallmind.nutsnbolts.spring.web.WebContextLoaderListener
-
- org.smallmind.web.jersey.spring.ExposedWebContextLoaderListener
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class ExposedWebContextLoaderListener extends WebContextLoaderListener
-
-
Constructor Summary
Constructors Constructor Description ExposedWebContextLoaderListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextInitialized(javax.servlet.ServletContextEvent servletContextEvent)-
Methods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext, setContextInitializers
-
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener- Overrides:
contextInitializedin classWebContextLoaderListener
-
-