Class ProcessArchiveServletContextListener

java.lang.Object
org.camunda.bpm.application.impl.web.ProcessArchiveServletContextListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class ProcessArchiveServletContextListener extends Object implements javax.servlet.ServletContextListener

Sets the ProcessApplicationInfo.PROP_SERVLET_CONTEXT_PATH property if this is deployed as part of a WebApplication.

Author:
Daniel Meyer
  • Constructor Details

    • ProcessArchiveServletContextListener

      public ProcessArchiveServletContextListener()
  • Method Details

    • contextInitialized

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

      public void contextDestroyed(javax.servlet.ServletContextEvent arg0)
      Specified by:
      contextDestroyed in interface javax.servlet.ServletContextListener