eXo Kernel :: Container 2.4.11-UXP01

org.exoplatform.container.web
Class PortalContainerCreator

java.lang.Object
  extended by 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
PortalContainerCreator()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent event)
          
 void contextInitialized(javax.servlet.ServletContextEvent event)
          Initializes and creates all the portal container that have been registered previously
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalContainerCreator

public PortalContainerCreator()
Method Detail

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent event)

Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Initializes and creates all the portal container that have been registered previously

Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

eXo Kernel :: Container 2.4.11-UXP01

Copyright © 2014 eXo Platform SAS. All Rights Reserved.