Class StandaloneContainerInitializedListener
java.lang.Object
org.exoplatform.ws.frameworks.servlet.StandaloneContainerInitializedListener
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
public class StandaloneContainerInitializedListener
extends Object
implements jakarta.servlet.ServletContextListener
Created by The eXo Platform SAS .
Servlet context initializer that initializes standalone container at the context startup time. To activate this your web.xml have to be configured like:
<listener>
<listener-class>org.exoplatform.frameworks.web.common.StandaloneContainerInitializedListener</listener-class>
</listener>
You may also specify an URL to the configuration.xml stored the configuration for StandaloneContainer as servlet's init parameter called 'org.exoplatform.container.standalone.config'
Servlet context initializer that initializes standalone container at the context startup time. To activate this your web.xml have to be configured like:
<listener>
<listener-class>org.exoplatform.frameworks.web.common.StandaloneContainerInitializedListener</listener-class>
</listener>
You may also specify an URL to the configuration.xml stored the configuration for StandaloneContainer as servlet's init parameter called 'org.exoplatform.container.standalone.config'
- Version:
- $Id: StandaloneContainerInitializedListener.java 6739 2006-07-04 14:34:49Z gavrikvetal $
- Author:
- Gennady Azarenkov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(jakarta.servlet.ServletContextEvent event) voidcontextInitialized(jakarta.servlet.ServletContextEvent event)
-
Constructor Details
-
StandaloneContainerInitializedListener
public StandaloneContainerInitializedListener()
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent event) - Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent event) - Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-