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 String
ConstantPRETTY_FACES_CONFIG_PARAM_NAME="com.ocpsoft.pretty.CONFIG_FILES"
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
contextDestroyed
(jakarta.servlet.ServletContextEvent sce) void
contextInitialized
(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:
contextInitialized
in interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextDestroyed
in interfacejakarta.servlet.ServletContextListener
-