Package com.atlassian.confluence.setup
Class ConfluenceConfigurationListener
- java.lang.Object
-
- com.atlassian.confluence.setup.ConfluenceConfigurationListener
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class ConfluenceConfigurationListener extends 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
BootstrappedContextLoaderListenerwill take care of bringing up the remainder of the application, including the full Spring context, Hibernate, and so on.
-
-
Constructor Summary
Constructors Constructor Description ConfluenceConfigurationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent event)voidcontextInitialized(javax.servlet.ServletContextEvent event)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent event)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent event)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
-