Uses of Interface
org.exoplatform.container.context.AdvancedContext
-
Packages that use AdvancedContext Package Description 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 Modifier and Type Class Description classAbstractContext<K>This is the root class of all the implementations of anAdvancedContextclassRequestContextThe context that represents the request scope.classSessionContextThe context that represents theSessionScoped.classSharedContext<K>This is the root class of all the shared contexts, it relies on aConcurrentMapclassUnSharedContext<K>This is the root class of all the unshared contexts, it relies on a thread localMethods in org.exoplatform.container.context that return AdvancedContext Modifier and Type Method Description <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 AdvancedContext Modifier and Type Method Description List<AdvancedContext>ContextPlugin. getContexts()Methods in org.exoplatform.container.context with parameters of type AdvancedContext Modifier and Type Method Description <K> voidContextManager. addContext(AdvancedContext<K> ctx)Registers a context<K> voidContextManagerImpl. addContext(AdvancedContext<K> ctx)Registers a context
-