Package org.exoplatform.container.web
Class PortalContainerCreator
java.lang.Object
org.exoplatform.container.web.PortalContainerCreator
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
public class PortalContainerCreator
extends Object
implements jakarta.servlet.ServletContextListener
This class is used to create and initialize all the portal containers that have been
registered previously
Created by The eXo Platform SAS
Author : Nicolas Filotto
nicolas.filotto@exoplatform.com
9 sept. 2009
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(jakarta.servlet.ServletContextEvent event) voidcontextInitialized(jakarta.servlet.ServletContextEvent event) Initializes and creates all the portal container that have been registered previously
-
Constructor Details
-
PortalContainerCreator
public PortalContainerCreator()
-
-
Method Details
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent event) - Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent event) Initializes and creates all the portal container that have been registered previously- Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-