Class ContextLoaderListener

java.lang.Object
org.springframework.web.context.ContextLoader
org.springframework.web.context.ContextLoaderListener
org.wildfly.clustering.spring.web.context.ContextLoaderListener
org.wildfly.clustering.spring.session.context.ContextLoaderListener
All Implemented Interfaces:
jakarta.servlet.ServletContextListener, EventListener

@Deprecated(forRemoval=true) public class ContextLoaderListener extends ContextLoaderListener
Deprecated, for removal: This API element is subject to removal in a future version.
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
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ContextLoaderListener

      public ContextLoaderListener()
      Deprecated, for removal: This API element is subject to removal in a future version.