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

    • CockpitContainerBootstrap

      public CockpitContainerBootstrap()
  • Method Details

    • contextInitialized

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

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

      protected CockpitContainerBootstrap.CockpitEnvironment createCockpitEnvironment()