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 Details

    • WebCommonContextListener

      public WebCommonContextListener()
  • Method Details

    • contextInitialized

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

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