public class

ConfluenceConfigurationListener

extends Object
implements ServletContextListener
java.lang.Object
   ↳ com.atlassian.confluence.setup.ConfluenceConfigurationListener

Class Overview

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 com.atlassian.config.bootstrap.BootstrappedContextLoaderListener will take care of bringing up the remainder of the application, including the full Spring context, Hibernate, and so on.

Summary

Public Constructors
ConfluenceConfigurationListener()
Public Methods
void contextDestroyed(ServletContextEvent event)
void contextInitialized(ServletContextEvent event)
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.servlet.ServletContextListener

Public Constructors

public ConfluenceConfigurationListener ()

Public Methods

public void contextDestroyed (ServletContextEvent event)

public void contextInitialized (ServletContextEvent event)