Class ContextListener

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

@WebListener public class ContextListener extends Object implements jakarta.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(jakarta.servlet.ServletContextEvent sce)
      Specified by:
      contextInitialized in interface jakarta.servlet.ServletContextListener
    • contextDestroyed

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