Package com.atlassian.bamboo.setup
Class BootstrapLoaderListener
- java.lang.Object
-
- com.atlassian.bamboo.setup.BootstrapLoaderListener
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class BootstrapLoaderListener extends Object implements javax.servlet.ServletContextListener
Represents basic added dependencies for the initialization of the web-app context for Bamboo.If the context can be initialized then Bamboo has enough resources at its disposal to proceed with a bootstrapManager (see BambooContextLoaderListener) or regular functioning (if already bootstrapManager).
-
-
Constructor Summary
Constructors Constructor Description BootstrapLoaderListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent event)voidcontextInitialized(javax.servlet.ServletContextEvent event)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent event)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent event)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
-