public static interface RootContainer.PortalContainerInitTask
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
|
void |
execute(javax.servlet.ServletContext context,
PortalContainer portalContainer)
Executes the task
|
String |
getType() |
void |
onAlreadyExists(javax.servlet.ServletContext context,
PortalContainer portalContainer)
This method is called if the related portal container has already been registered
|
boolean alreadyExists(PortalContainer portalContainer)
portalContainer
- the value of the current portal containertrue
if the portal container exists according to the task
requirements, false
otherwisevoid onAlreadyExists(javax.servlet.ServletContext context, PortalContainer portalContainer)
context
- the servlet context of the web applicationportalContainer
- the value of the current portal containervoid execute(javax.servlet.ServletContext context, PortalContainer portalContainer)
context
- the servlet context of the web applicationportalContainer
- The portal container on which we would like to execute the taskString getType()
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.