Class ContextLoaderListener
java.lang.Object
org.springframework.web.context.ContextLoader
org.springframework.web.context.ContextLoaderListener
org.wildfly.clustering.spring.web.context.ContextLoaderListener
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
- Direct Known Subclasses:
ContextLoaderListener
public class ContextLoaderListener
extends org.springframework.web.context.ContextLoaderListener
A
ContextLoaderListener that configures a Spring web application context via XML or annotated components.- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from class org.springframework.web.context.ContextLoader
CONFIG_LOCATION_PARAM, CONTEXT_CLASS_PARAM, CONTEXT_ID_PARAM, CONTEXT_INITIALIZER_CLASSES_PARAM, GLOBAL_INITIALIZER_CLASSES_PARAM -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.web.context.ContextLoaderListener
contextDestroyed, contextInitializedMethods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext, setContextInitializers
-
Constructor Details
-
ContextLoaderListener
public ContextLoaderListener() -
ContextLoaderListener
-