Class CockpitContainerBootstrap
- java.lang.Object
-
- org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap
-
- All Implemented Interfaces:
EventListener
,javax.servlet.ServletContextListener
public class CockpitContainerBootstrap extends Object implements javax.servlet.ServletContextListener
A servlet context listener that bootstraps cockpit on a running Camunda Platform.- Author:
- nico.rehwaldt
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
CockpitContainerBootstrap.CockpitEnvironment
-
Constructor Summary
Constructors Constructor Description CockpitContainerBootstrap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contextDestroyed(javax.servlet.ServletContextEvent sce)
void
contextInitialized(javax.servlet.ServletContextEvent sce)
protected CockpitContainerBootstrap.CockpitEnvironment
createCockpitEnvironment()
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
- Specified by:
contextInitialized
in interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyed
in interfacejavax.servlet.ServletContextListener
-
createCockpitEnvironment
protected CockpitContainerBootstrap.CockpitEnvironment createCockpitEnvironment()
-
-