Class TasklistContainerBootstrap
java.lang.Object
org.operaton.bpm.tasklist.impl.web.bootstrap.TasklistContainerBootstrap
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
public class TasklistContainerBootstrap
extends Object
implements jakarta.servlet.ServletContextListener
- Author:
- Roman Smirnov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(jakarta.servlet.ServletContextEvent sce) voidcontextInitialized(jakarta.servlet.ServletContextEvent sce)
-
Field Details
-
environment
-
-
Constructor Details
-
TasklistContainerBootstrap
public TasklistContainerBootstrap()
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
createTasklistEnvironment
-