Package | Description |
---|---|
org.exoplatform.container |
This package provides container API.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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)
Calls the other method
addInitTask with ServletContext.getServletContextName()
as portal container name |
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 |
void |
RootContainer.addInitTask(javax.servlet.ServletContext context,
RootContainer.PortalContainerInitTask task,
String portalContainer)
First check if the related portal container has already been initialized.
|
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.