Package io.goobi.viewer
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstantPRETTY_FACES_CONFIG_PARAM_NAME="com.ocpsoft.pretty.CONFIG_FILES". -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(jakarta.servlet.ServletContextEvent sce) voidcontextInitialized(jakarta.servlet.ServletContextEvent sce)
-
Field Details
-
PRETTY_FACES_CONFIG_PARAM_NAME
ConstantPRETTY_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:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-