public abstract static class RootContainer.PortalContainerPreInitTask 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.PortalContainerPreInitTask()  | 
| 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, waitexecutepublic static final String TYPE
public RootContainer.PortalContainerPreInitTask()
public final boolean alreadyExists(PortalContainer portalContainer)
alreadyExists in interface RootContainer.PortalContainerInitTaskportalContainer - 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.PortalContainerInitTaskcontext - the servlet context of the web applicationportalContainer - the value of the current portal containerpublic final String getType()
getType in interface RootContainer.PortalContainerInitTaskCopyright © 2003-2017 eXo Platform SAS. All Rights Reserved.