com.atlassian.crowd.console.listener
Class BootstrapLoaderListener

java.lang.Object
  extended by com.atlassian.crowd.console.listener.BootstrapLoaderListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class BootstrapLoaderListener
extends Object
implements 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
protected static org.slf4j.Logger STARTUP_LOG
           
 
Constructor Summary
BootstrapLoaderListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent event)
           
 void contextInitialized(javax.servlet.ServletContextEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STARTUP_LOG

protected static final org.slf4j.Logger STARTUP_LOG
Constructor Detail

BootstrapLoaderListener

public BootstrapLoaderListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent event)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener


Copyright © 2013 Atlassian. All Rights Reserved.