| Package | Description |
|---|---|
| org.exoplatform.container |
This package provides container API.
|
| org.exoplatform.container.management |
| Modifier and Type | Class and Description |
|---|---|
class |
ExoContainer
Created by The eXo Platform SAS
The Exo Container is an object responsible for loading services/components. |
class |
PortalContainer
Created by The eXo Platform SAS
The Portal Container is an object responsible for loading services/components. |
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. |
class |
TenantsContainer
TenantsContainer separate generally used components from ones what should be instantiated,
started and stopped on per-tenant basis.
It overrides component getters, TenantsContainer.registerComponent(ComponentAdapter) and
TenantsContainer.unregisterComponent(Object) methods to get components taking in account Current Tenant
context.The Current Tenant context it's an abstraction what will be set by actual Multitenancy implementation (for versions currently in production it's based on JCR Current Repository, but this should be transparent for Kernel level and implementation can be changed in future). |
| Modifier and Type | Class and Description |
|---|---|
class |
ManageableContainer |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.