com.atlassian.confluence.setup
Class ConfluenceConfigurationListener
java.lang.Object
com.atlassian.confluence.setup.ConfluenceConfigurationListener
- All Implemented Interfaces:
- java.util.EventListener, javax.servlet.ServletContextListener
public class ConfluenceConfigurationListener
- extends java.lang.Object
- implements javax.servlet.ServletContextListener
Brings up the initial, minimal environment necessary to bootstrap Confluence. The bootstrap environment loads
the application configuration from confluence.home, and initialises sufficient Spring components to run the
setup wizard if required.
If the application configuration is complete, the
BootstrappedContextLoaderListener
will take care of bringing up the
remainder of the application, including the full Spring context, Hibernate, and so on.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluenceConfigurationListener
public ConfluenceConfigurationListener()
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 © 2003-2010 Atlassian. All Rights Reserved.