Uses of Interface
org.exoplatform.container.RootContainer.PortalContainerInitTask
Packages that use RootContainer.PortalContainerInitTask
-
Uses of RootContainer.PortalContainerInitTask in org.exoplatform.container
Classes in org.exoplatform.container that implement RootContainer.PortalContainerInitTaskModifier and TypeClassDescriptionstatic classThis class is used to register a portal containerstatic classThis class is used to unregister a portal containerstatic classThis 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 classThis class is used to define a task that needs to be launched after the initialization of a portal containerstatic classThis 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.PortalContainerInitTaskModifier and TypeMethodDescriptionstatic voidPortalContainer.addInitTask(jakarta.servlet.ServletContext context, RootContainer.PortalContainerInitTask task) Add an init-task to all the portal container instances related to the given ServletContextstatic voidPortalContainer.addInitTask(jakarta.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(jakarta.servlet.ServletContext context, RootContainer.PortalContainerInitTask task) Calls the other methodaddInitTaskwithServletContext.getServletContextName()as portal container namevoidRootContainer.addInitTask(jakarta.servlet.ServletContext context, RootContainer.PortalContainerInitTask task, String portalContainer) First check if the related portal container has already been initialized.