Class ContextLoaderListener
- java.lang.Object
-
- org.springframework.web.context.ContextLoader
-
- org.springframework.web.context.ContextLoaderListener
-
- org.wildfly.clustering.web.spring.hotrod.context.ContextLoaderListener
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class ContextLoaderListener extends org.springframework.web.context.ContextLoaderListenerA customContextLoaderListenerthat configures a Spring web application context via specified annotations.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ContextLoaderListener(Class<?>... componentClasses)
-
Method Summary
-
Methods inherited from class org.springframework.web.context.ContextLoaderListener
contextDestroyed, contextInitialized
-
Methods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext, setContextInitializers
-
-
-
-
Constructor Detail
-
ContextLoaderListener
public ContextLoaderListener(Class<?>... componentClasses)
-
-