|
eXo Kernel :: Container 2.5.0-GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AdvancedContext | |
|---|---|
| org.exoplatform.container.context | This package contains all the classes that are related to the Scope Management |
| Uses of AdvancedContext in org.exoplatform.container.context |
|---|
| Classes in org.exoplatform.container.context that implement AdvancedContext | |
|---|---|
class |
AbstractContext<K>
This is the root class of all the implementations of an AdvancedContext |
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 |
| Methods in org.exoplatform.container.context that return AdvancedContext | ||
|---|---|---|
|
ContextManagerImpl.getContext(Class<? extends Annotation> scope)
Gives the context corresponding to the given scope |
|
|
ContextManager.getContext(Class<? extends Annotation> scope)
Gives the context corresponding to the given scope |
|
| Methods in org.exoplatform.container.context that return types with arguments of type AdvancedContext | |
|---|---|
List<AdvancedContext> |
ContextPlugin.getContexts()
|
| Methods in org.exoplatform.container.context with parameters of type AdvancedContext | ||
|---|---|---|
|
ContextManagerImpl.addContext(AdvancedContext<K> ctx)
Registers a context |
|
|
ContextManager.addContext(AdvancedContext<K> ctx)
Registers a context |
|
|
eXo Kernel :: Container 2.5.0-GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||