public abstract static class RootContainer.PortalContainerPostInitTask extends Object implements RootContainer.PortalContainerInitTask
Modifier and Type | Field and Description |
---|---|
static String |
TYPE
The name of the type of task
|
Constructor and Description |
---|
RootContainer.PortalContainerPostInitTask() |
Modifier and Type | Method and Description |
---|---|
boolean |
alreadyExists(PortalContainer portalContainer)
This method allows the implementation to define what the state "already exists"
means for a portal container
|
String |
getType() |
void |
onAlreadyExists(javax.servlet.ServletContext context,
PortalContainer portalContainer)
This method is called if the related portal container has already been registered
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public static final String TYPE
public RootContainer.PortalContainerPostInitTask()
public final boolean alreadyExists(PortalContainer portalContainer)
alreadyExists
in interface RootContainer.PortalContainerInitTask
portalContainer
- the value of the current portal containertrue
if the portal container exists according to the task
requirements, false
otherwisepublic final void onAlreadyExists(javax.servlet.ServletContext context, PortalContainer portalContainer)
onAlreadyExists
in interface RootContainer.PortalContainerInitTask
context
- the servlet context of the web applicationportalContainer
- the value of the current portal containerpublic final String getType()
getType
in interface RootContainer.PortalContainerInitTask
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.