Package de.xima.fc.context
Class WebCommonContextListener
java.lang.Object
de.xima.fc.context.WebCommonContextListener
- All Implemented Interfaces:
EventListener
,javax.servlet.ServletContextListener
public class WebCommonContextListener
extends Object
implements javax.servlet.ServletContextListener
Servlet context listener for executing common initialization and shutdown tasks for all types of web applications
(MS, FS, FS-INBOX).
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
contextDestroyed
(javax.servlet.ServletContextEvent sce) void
contextInitialized
(javax.servlet.ServletContextEvent sce)
-
Constructor Details
-
WebCommonContextListener
public WebCommonContextListener()
-
-
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
-