Package org.exoplatform.container.web
Class PortalContainerCreator
- java.lang.Object
-
- org.exoplatform.container.web.PortalContainerCreator
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class PortalContainerCreator extends Object implements javax.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 Constructor Description PortalContainerCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent event)voidcontextInitialized(javax.servlet.ServletContextEvent event)Initializes and creates all the portal container that have been registered previously
-
-
-
Method Detail
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent event)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent event)
Initializes and creates all the portal container that have been registered previously- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
-