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 Constructor Description WebCommonContextListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contextDestroyed(javax.servlet.ServletContextEvent sce)
void
contextInitialized(javax.servlet.ServletContextEvent sce)
-
-
-
Method Detail
-
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
-
-