Class WebContextLoaderListener
- java.lang.Object
-
- org.springframework.web.context.ContextLoader
-
- org.springframework.web.context.ContextLoaderListener
-
- org.smallmind.nutsnbolts.spring.web.WebContextLoaderListener
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class WebContextLoaderListener extends org.springframework.web.context.ContextLoaderListener
-
-
Constructor Summary
Constructors Constructor Description WebContextLoaderListener()
-
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
-
-