Package org.exoplatform.container.web
Class PortalContainerConfigOwner
java.lang.Object
org.exoplatform.container.web.PortalContainerConfigOwner
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class PortalContainerConfigOwner
extends Object
implements javax.servlet.ServletContextListener
This class is used to indicated that this servlet context provides resources and/or configuration
files to the associated portal containers
Created by The eXo Platform SAS
Author : Nicolas Filotto
nicolas.filotto@exoplatform.com
14 sept. 2009
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(javax.servlet.ServletContextEvent event) voidcontextInitialized(javax.servlet.ServletContextEvent event)
-
Constructor Details
-
PortalContainerConfigOwner
public PortalContainerConfigOwner()
-
-
Method Details
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent event) - Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent event) - Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-