public class ConfluenceConfigurationListener extends Object implements javax.servlet.ServletContextListener
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 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.ServletContextListener
public void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed
in interface javax.servlet.ServletContextListener
Copyright © 2003–2021 Atlassian. All rights reserved.