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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(jakarta.servlet.ServletContextEvent event) voidcontextInitialized(jakarta.servlet.ServletContextEvent event)
-
Constructor Details
-
ConfluenceConfigurationListener
public ConfluenceConfigurationListener()
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent event) - Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent event) - Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-