Class ContextListener

java.lang.Object
io.goobi.viewer.ContextListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

@WebListener public class ContextListener extends Object implements javax.servlet.ServletContextListener

ContextListener class.

  • Field Details

    • PRETTY_FACES_CONFIG_PARAM_NAME

      public static final String PRETTY_FACES_CONFIG_PARAM_NAME
      Constant PRETTY_FACES_CONFIG_PARAM_NAME="com.ocpsoft.pretty.CONFIG_FILES"
      See Also:
  • Constructor Details

    • ContextListener

      public ContextListener()
  • 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