| Package | Description |
|---|---|
| org.exoplatform.container |
This package provides container API.
|
| org.exoplatform.container.management |
| Modifier and Type | Class and Description |
|---|---|
class |
PortalContainer
Created by The eXo Platform SAS
The Portal Container is an object responsible for loading services/components. |
class |
PropertyManagerManaged
A management facade for the
PropertyManager static methods. |
class |
RootContainer
Created by The eXo Platform SAS
A base container which plays an important role during the startup. |
class |
StandaloneContainer
Created by The eXo Platform SAS
Singleton, context independent Exo Container with one configuration entry point. |
| Modifier and Type | Method and Description |
|---|---|
String |
StandaloneContainer.getConfigurationXML() |
String |
RootContainer.getConfigurationXML() |
String |
PortalContainer.getConfigurationXML() |
String |
PortalContainer.getName() |
String |
PropertyManagerManaged.getProperty(String propertyName) |
static boolean |
PropertyManagerManaged.getUseCache() |
boolean |
PropertyManagerManaged.isDevelopping() |
boolean |
PortalContainer.isStarted() |
static void |
PropertyManagerManaged.refresh() |
void |
RootContainer.reload()
Makes the RootContainer reloads itself and all the portal containers
|
void |
RootContainer.reload(String portalContainerName)
Makes the RootContainer reloads only a given portal container
|
static void |
PropertyManagerManaged.setProperty(String propertyName,
String propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
ManageableContainer.getRegisteredComponentNames() |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.