public class ConfluenceConfigurationListener extends Object implements javax.servlet.ServletContextListener
If Confluence is being started up on an existing installation, then tghe bootstrap context and main Spring context
will be initialized. Otherwise, only the bootstrap context will be initialized, with main context initialization
deferred until ConfluenceInitialData.transitionFromColdToVacantState() is executed.
On servlet context shutdown, both contexts are shut down.
| Constructor and Description |
|---|
ConfluenceConfigurationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent event) |
void |
contextInitialized(javax.servlet.ServletContextEvent event) |
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2003–2016 Atlassian. All rights reserved.