Uses of Interface
org.exoplatform.container.context.AdvancedContext
Packages that use AdvancedContext
Package
Description
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 AdvancedContextModifier and TypeClassDescriptionclassThis is the root class of all the implementations of anAdvancedContextclassThe context that represents the request scope.classThe context that represents theSessionScoped.classThis is the root class of all the shared contexts, it relies on aConcurrentMapclassThis is the root class of all the unshared contexts, it relies on a thread localMethods in org.exoplatform.container.context that return AdvancedContextModifier and TypeMethodDescription<K> AdvancedContext<K> ContextManager.getContext(Class<? extends Annotation> scope) Gives the context corresponding to the given scope<K> AdvancedContext<K> ContextManagerImpl.getContext(Class<? extends Annotation> scope) Gives the context corresponding to the given scopeMethods in org.exoplatform.container.context that return types with arguments of type AdvancedContextMethods in org.exoplatform.container.context with parameters of type AdvancedContextModifier and TypeMethodDescription<K> voidContextManager.addContext(AdvancedContext<K> ctx) Registers a context<K> voidContextManagerImpl.addContext(AdvancedContext<K> ctx) Registers a context