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
  • Constructor Details

    • CockpitContainerBootstrap

      public CockpitContainerBootstrap()
  • Method Details

    • contextInitialized

      public void contextInitialized(jakarta.servlet.ServletContextEvent sce)
      Specified by:
      contextInitialized in interface jakarta.servlet.ServletContextListener
    • contextDestroyed

      public void contextDestroyed(jakarta.servlet.ServletContextEvent sce)
      Specified by:
      contextDestroyed in interface jakarta.servlet.ServletContextListener
    • createCockpitEnvironment

      protected CockpitContainerBootstrap.CockpitEnvironment createCockpitEnvironment()