eXo Kernel :: Container 2.4.13-GA

Uses of Interface
org.exoplatform.container.RootContainer.PortalContainerInitTask

Packages that use RootContainer.PortalContainerInitTask
org.exoplatform.container This package provides container API. 
 

Uses of RootContainer.PortalContainerInitTask in org.exoplatform.container
 

Classes in org.exoplatform.container that implement RootContainer.PortalContainerInitTask
static class PortalContainer.RegisterTask
          This class is used to register a portal container
static class PortalContainer.UnregisterTask
          This class is used to unregister a portal container
static class RootContainer.PortalContainerPostCreateTask
          This class is used to define a task that needs to be launched after creating a portal container Those type of tasks must be launched after all the "post-init" tasks.
static class RootContainer.PortalContainerPostInitTask
          This class is used to define a task that needs to be launched after the initialization of a portal container
static class RootContainer.PortalContainerPreInitTask
          This class is used to define a task that needs to be launched before the initialization of a portal container
 

Methods in org.exoplatform.container with parameters of type RootContainer.PortalContainerInitTask
 void RootContainer.addInitTask(javax.servlet.ServletContext context, RootContainer.PortalContainerInitTask task)
          Calls the other method addInitTask with ServletContext.getServletContextName() as portal container name
static void PortalContainer.addInitTask(javax.servlet.ServletContext context, RootContainer.PortalContainerInitTask task)
          Add an init-task to all the portal container instances related to the given ServletContext
 void RootContainer.addInitTask(javax.servlet.ServletContext context, RootContainer.PortalContainerInitTask task, String portalContainer)
          First check if the related portal container has already been initialized.
static void PortalContainer.addInitTask(javax.servlet.ServletContext context, RootContainer.PortalContainerInitTask task, String portalContainerName)
          Add an init-task to all the portal container instances related to the given ServletContext if the given portal container name is null other it will execute the task only of this portal container if the ServletContext is on of its dependencies
 


eXo Kernel :: Container 2.4.13-GA

Copyright © 2015 eXo Platform SAS. All Rights Reserved.