Class BootstrappedContextLoaderListener
java.lang.Object
org.springframework.web.context.ContextLoader
org.springframework.web.context.ContextLoaderListener
com.atlassian.spring.container.ContainerContextLoaderListener
com.atlassian.config.bootstrap.BootstrappedContextLoaderListener
com.atlassian.crowd.console.listener.BootstrappedContextLoaderListener
- All Implemented Interfaces:
EventListener
,javax.servlet.ServletContextListener
public class BootstrappedContextLoaderListener
extends com.atlassian.config.bootstrap.BootstrappedContextLoaderListener
A
ContextLoaderListener
for the main Spring context.
Implicitly uses the bootstrap context as it's parent.
Subclasses the atlassian-config one to provide Spring4 compatibility.-
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.context.ApplicationContext
loadParentContext
(javax.servlet.ServletContext servletContext) Methods inherited from class com.atlassian.config.bootstrap.BootstrappedContextLoaderListener
canInitialiseContainer, getNewSpringContainerContext
Methods inherited from class com.atlassian.spring.container.ContainerContextLoaderListener
contextInitialized, postInitialiseContext
Methods inherited from class org.springframework.web.context.ContextLoaderListener
contextDestroyed
Methods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, setContextInitializers
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.servlet.ServletContextListener
contextDestroyed, contextInitialized
-
Constructor Details
-
BootstrappedContextLoaderListener
public BootstrappedContextLoaderListener()
-
-
Method Details
-
loadParentContext
protected org.springframework.context.ApplicationContext loadParentContext(javax.servlet.ServletContext servletContext) - Overrides:
loadParentContext
in classcom.atlassian.config.bootstrap.BootstrappedContextLoaderListener
-