Uses of Interface
org.exoplatform.container.RootContainer.PortalContainerInitTask
-
Packages that use RootContainer.PortalContainerInitTask Package Description 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 Modifier and Type Class Description static classPortalContainer.RegisterTaskThis class is used to register a portal containerstatic classPortalContainer.UnregisterTaskThis class is used to unregister a portal containerstatic classRootContainer.PortalContainerPostCreateTaskThis 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 classRootContainer.PortalContainerPostInitTaskThis class is used to define a task that needs to be launched after the initialization of a portal containerstatic classRootContainer.PortalContainerPreInitTaskThis class is used to define a task that needs to be launched before the initialization of a portal containerMethods in org.exoplatform.container with parameters of type RootContainer.PortalContainerInitTask Modifier and Type Method Description static voidPortalContainer. addInitTask(javax.servlet.ServletContext context, RootContainer.PortalContainerInitTask task)Add an init-task to all the portal container instances related to the given ServletContextstatic voidPortalContainer. 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 isnullother it will execute the task only of this portal container if theServletContextis on of its dependenciesvoidRootContainer. addInitTask(javax.servlet.ServletContext context, RootContainer.PortalContainerInitTask task)Calls the other methodaddInitTaskwithServletContext.getServletContextName()as portal container namevoidRootContainer. addInitTask(javax.servlet.ServletContext context, RootContainer.PortalContainerInitTask task, String portalContainer)First check if the related portal container has already been initialized.
-