Package io.goobi.viewer
Class ContextListener
java.lang.Object
io.goobi.viewer.ContextListener
- All Implemented Interfaces:
ServletContextListener,EventListener
Servlet context listener that initialises and tears down application-wide resources and services on deployment and undeployment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstantPRETTY_FACES_CONFIG_PARAM_NAME="com.ocpsoft.pretty.CONFIG_FILES". -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoid
-
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
- Specified by:
contextInitializedin interfaceServletContextListener
-
contextDestroyed
- Specified by:
contextDestroyedin interfaceServletContextListener
-