Package | Description |
---|---|
org.exoplatform.container |
This package provides container API.
|
org.exoplatform.social.core.service |
Provides classes that are necessary to build common information, such as links in Social.
|
Modifier and Type | Method and Description |
---|---|
static PortalContainer |
PortalContainer.getCurrentInstance(javax.servlet.ServletContext context)
We first try to get the ExoContainer that has been stored into the ThreadLocal
if the value is of type PortalContainer, we return it otherwise we get the
portal container corresponding the given servlet context
|
static PortalContainer |
PortalContainer.getInstance() |
static PortalContainer |
PortalContainer.getInstance(javax.servlet.ServletContext context)
Gives the first portal container instance related to the given ServletContext
|
static PortalContainer |
PortalContainer.getInstanceIfPresent() |
PortalContainer |
RootContainer.getPortalContainer(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
RootContainer.PortalContainerInitTask.alreadyExists(PortalContainer portalContainer)
This method allows the implementation to define what the state "already exists"
means for a portal container
|
boolean |
RootContainer.PortalContainerPostInitTask.alreadyExists(PortalContainer portalContainer)
This method allows the implementation to define what the state "already exists"
means for a portal container
|
boolean |
RootContainer.PortalContainerPreInitTask.alreadyExists(PortalContainer portalContainer)
This method allows the implementation to define what the state "already exists"
means for a portal container
|
boolean |
RootContainer.PortalContainerPostCreateTask.alreadyExists(PortalContainer portalContainer)
This method allows the implementation to define what the state "already exists"
means for a portal container
|
void |
PortalContainer.RegisterTask.execute(javax.servlet.ServletContext context,
PortalContainer portalContainer) |
void |
PortalContainer.UnregisterTask.execute(javax.servlet.ServletContext context,
PortalContainer portalContainer) |
void |
RootContainer.PortalContainerInitTask.execute(javax.servlet.ServletContext context,
PortalContainer portalContainer)
Executes the task
|
static boolean |
PortalContainer.isScopeValid(PortalContainer container,
javax.servlet.ServletContext context)
Indicates if the given servlet context is a dependency of the given portal container
|
void |
RootContainer.PortalContainerInitTask.onAlreadyExists(javax.servlet.ServletContext context,
PortalContainer portalContainer)
This method is called if the related portal container has already been registered
|
void |
RootContainer.PortalContainerPostInitTask.onAlreadyExists(javax.servlet.ServletContext context,
PortalContainer portalContainer)
This method is called if the related portal container has already been registered
|
void |
RootContainer.PortalContainerPreInitTask.onAlreadyExists(javax.servlet.ServletContext context,
PortalContainer portalContainer)
This method is called if the related portal container has already been registered
|
void |
RootContainer.PortalContainerPostCreateTask.onAlreadyExists(javax.servlet.ServletContext context,
PortalContainer portalContainer)
This method is called if the related portal container has already been registered
|
static void |
PortalContainer.setInstance(PortalContainer instance) |
Modifier and Type | Method and Description |
---|---|
static String |
LinkProvider.getAvatarImageSource(PortalContainer portalContainer,
org.exoplatform.social.core.identity.model.Profile profile)
Deprecated.
use
Profile.getAvatarUrl() . Will be removed by 4.0.x. |
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.