Module com.semanticcms.core.servlet
Package com.semanticcms.core.servlet
Class SemanticCMS.Initializer
java.lang.Object
com.semanticcms.core.servlet.SemanticCMS.Initializer
- All Implemented Interfaces:
EventListener
,ServletContextListener
- Enclosing class:
SemanticCMS
@WebListener("Exposes the application context as an application-scope SemanticCMS instance named \"semanticCms\".")
public static class SemanticCMS.Initializer
extends Object
implements ServletContextListener
Exposes the application context as an application-scope
SemanticCMS
instance named
"SemanticCMS.APPLICATION_ATTRIBUTE_NAME
".-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
-
Constructor Details
-
Initializer
public Initializer()
-
-
Method Details
-
contextInitialized
- Specified by:
contextInitialized
in interfaceServletContextListener
-
contextDestroyed
- Specified by:
contextDestroyed
in interfaceServletContextListener
-