Class CockpitContainerBootstrap
java.lang.Object
org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener
,EventListener
public class CockpitContainerBootstrap
extends Object
implements jakarta.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
(jakarta.servlet.ServletContextEvent sce) void
contextInitialized
(jakarta.servlet.ServletContextEvent sce)
-
Constructor Details
-
CockpitContainerBootstrap
public CockpitContainerBootstrap()
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextInitialized
in interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextDestroyed
in interfacejakarta.servlet.ServletContextListener
-
createCockpitEnvironment
-