Package io.goobi.viewer
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 Summary
Modifier and TypeFieldDescriptionstatic final String
ConstantPRETTY_FACES_CONFIG_PARAM_NAME="com.ocpsoft.pretty.CONFIG_FILES"
. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contextDestroyed
(javax.servlet.ServletContextEvent sce) void
contextInitialized
(javax.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(javax.servlet.ServletContextEvent sce) - Specified by:
contextInitialized
in interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce) - Specified by:
contextDestroyed
in interfacejavax.servlet.ServletContextListener
-