Uses of Class
org.exoplatform.container.context.AbstractContext
-
Packages that use AbstractContext Package Description org.exoplatform.container.context This package contains all the classes that are related to the Scope Management -
-
Uses of AbstractContext in org.exoplatform.container.context
Subclasses of AbstractContext in org.exoplatform.container.context Modifier and Type Class Description 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
-