Class PortalContainerConfigOwner

java.lang.Object
org.exoplatform.container.web.PortalContainerConfigOwner
All Implemented Interfaces:
jakarta.servlet.ServletContextListener, EventListener

public class PortalContainerConfigOwner extends Object implements jakarta.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 Details

    • PortalContainerConfigOwner

      public PortalContainerConfigOwner()
  • Method Details

    • contextInitialized

      public void contextInitialized(jakarta.servlet.ServletContextEvent event)
      Specified by:
      contextInitialized in interface jakarta.servlet.ServletContextListener
    • contextDestroyed

      public void contextDestroyed(jakarta.servlet.ServletContextEvent event)
      Specified by:
      contextDestroyed in interface jakarta.servlet.ServletContextListener