Package com.atlassian.confluence.setup
Class ConfluenceConfigurationListener
java.lang.Object
com.atlassian.confluence.setup.ConfluenceConfigurationListener
- All Implemented Interfaces:
- jakarta.servlet.ServletContextListener,- EventListener
public class ConfluenceConfigurationListener
extends Object
implements jakarta.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.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcontextDestroyed(jakarta.servlet.ServletContextEvent event) voidcontextInitialized(jakarta.servlet.ServletContextEvent event) 
- 
Constructor Details- 
ConfluenceConfigurationListenerpublic ConfluenceConfigurationListener()
 
- 
- 
Method Details- 
contextInitializedpublic void contextInitialized(jakarta.servlet.ServletContextEvent event) - Specified by:
- contextInitializedin interface- jakarta.servlet.ServletContextListener
 
- 
contextDestroyedpublic void contextDestroyed(jakarta.servlet.ServletContextEvent event) - Specified by:
- contextDestroyedin interface- jakarta.servlet.ServletContextListener
 
 
-