Class TasklistContainerBootstrap
java.lang.Object
org.camunda.bpm.tasklist.impl.web.bootstrap.TasklistContainerBootstrap
- All Implemented Interfaces:
EventListener
,javax.servlet.ServletContextListener
public class TasklistContainerBootstrap
extends Object
implements javax.servlet.ServletContextListener
- Author:
- Roman Smirnov
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contextDestroyed
(javax.servlet.ServletContextEvent sce) void
contextInitialized
(javax.servlet.ServletContextEvent sce)
-
Field Details
-
environment
-
-
Constructor Details
-
TasklistContainerBootstrap
public TasklistContainerBootstrap()
-
-
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
-
createTasklistEnvironment
-