Uses of Class
org.exoplatform.management.annotations.Managed
-
Packages that use Managed Package Description org.exoplatform.container This package provides container API. -
-
Uses of Managed in org.exoplatform.container
Classes in org.exoplatform.container with annotations of type Managed Modifier and Type Class Description classPortalContainerCreated by The eXo Platform SAS
The Portal Container is an object responsible for loading services/components.classPropertyManagerManagedA management facade for thePropertyManagerstatic methods.classRootContainerCreated by The eXo Platform SAS
A base container which plays an important role during the startup.classStandaloneContainerCreated by The eXo Platform SAS
Singleton, context independent Exo Container with one configuration entry point.Methods in org.exoplatform.container with annotations of type Managed Modifier and Type Method Description StringPortalContainer. getConfigurationXML()StringRootContainer. getConfigurationXML()StringStandaloneContainer. getConfigurationXML()StringPortalContainer. getName()StringPropertyManagerManaged. getProperty(String propertyName)Set<String>ExoContainer. getRegisteredComponentNames()static booleanPropertyManagerManaged. getUseCache()booleanPropertyManagerManaged. isDevelopping()booleanPortalContainer. isStarted()static voidPropertyManagerManaged. refresh()voidRootContainer. reload()Makes the RootContainer reloads itself and all the portal containersvoidRootContainer. reload(String portalContainerName)Makes the RootContainer reloads only a given portal containerstatic voidPropertyManagerManaged. setProperty(String propertyName, String propertyValue)
-