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
Modifier and TypeClassDescriptionprotected static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contextDestroyed
(javax.servlet.ServletContextEvent sce) void
contextInitialized
(javax.servlet.ServletContextEvent sce)
-
Constructor Details
-
CockpitContainerBootstrap
public CockpitContainerBootstrap()
-
-
Method Details
-
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
-