| Package | Description |
|---|---|
| org.exoplatform.container.context |
This package contains all the classes that are related to the Scope Management
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContext<K>
This is the root class of all the implementations of an
AdvancedContext |
class |
ContextManagerImpl
The basic implementation of a
ContextManager based on a ConcurrentHashMap that is
filled thanks to a component plugins. |
class |
RequestContext
The context that represents the request scope.
|
class |
SessionContext
The context that represents the
SessionScoped. |
class |
SharedContext<K>
This is the root class of all the shared contexts, it relies on a
ConcurrentMap |
class |
UnSharedContext<K>
This is the root class of all the unshared contexts, it relies on a thread local
|
Copyright © 2018 eXo Platform SAS. All Rights Reserved.