Uses of Interface
org.exoplatform.container.component.ThreadContextHolder
-
Packages that use ThreadContextHolder Package Description org.exoplatform.container.context This package contains all the classes that are related to the Scope Management -
-
Uses of ThreadContextHolder in org.exoplatform.container.context
Classes in org.exoplatform.container.context that implement ThreadContextHolder Modifier and Type Class Description classAbstractContext<K>This is the root class of all the implementations of anAdvancedContextclassContextManagerImplThe basic implementation of aContextManagerbased on aConcurrentHashMapthat is filled thanks to a component plugins.classRequestContextThe 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 local
-