Uses of Interface
org.exoplatform.container.context.ContextManager
-
Packages that use ContextManager Package Description org.exoplatform.container This package provides container API.org.exoplatform.container.context This package contains all the classes that are related to the Scope Management -
-
Uses of ContextManager in org.exoplatform.container
Methods in org.exoplatform.container that return ContextManager Modifier and Type Method Description ContextManagerExoContainer. getContextManager()Gives theContextManagerthat has been registered -
Uses of ContextManager in org.exoplatform.container.context
Classes in org.exoplatform.container.context that implement ContextManager Modifier and Type Class Description classContextManagerImplThe basic implementation of aContextManagerbased on aConcurrentHashMapthat is filled thanks to a component plugins.
-