public class BootstrapLoaderListener extends Object implements javax.servlet.ServletContextListener
If the context can be initialized then Crowd has enough resources at its disposal to proceed with a bootstrapManager (see CrowdContextLoaderListener)
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
STARTUP_LOG |
| Constructor and Description |
|---|
BootstrapLoaderListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent event) |
void |
contextInitialized(javax.servlet.ServletContextEvent event) |
static org.apache.struts2.dispatcher.Dispatcher |
getDispatcher() |
public static org.apache.struts2.dispatcher.Dispatcher getDispatcher()
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2017 Atlassian. All rights reserved.