Class BootstrapLoaderListener
java.lang.Object
com.atlassian.crowd.console.listener.BootstrapLoaderListener
- All Implemented Interfaces:
EventListener
,javax.servlet.ServletContextListener
Represents basic added dependencies for the initialization of the web-app context for Crowd.
If the context can be initialized then Crowd has enough resources at its disposal to proceed with a bootstrapManager (see CrowdContextLoaderListener)
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contextDestroyed
(javax.servlet.ServletContextEvent event) void
contextInitialized
(javax.servlet.ServletContextEvent event) static org.apache.struts2.dispatcher.Dispatcher
-
Field Details
-
STARTUP_LOG
protected static final org.slf4j.Logger STARTUP_LOG
-
-
Constructor Details
-
BootstrapLoaderListener
public BootstrapLoaderListener()
-
-
Method Details
-
getDispatcher
public static org.apache.struts2.dispatcher.Dispatcher getDispatcher() -
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent event) - Specified by:
contextInitialized
in interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent event) - Specified by:
contextDestroyed
in interfacejavax.servlet.ServletContextListener
-