Uses of Class
org.exoplatform.container.context.AbstractContext.ThreadLocalData
-
Packages that use AbstractContext.ThreadLocalData Package Description org.exoplatform.container.context This package contains all the classes that are related to the Scope Management -
-
Uses of AbstractContext.ThreadLocalData in org.exoplatform.container.context
Methods in org.exoplatform.container.context with parameters of type AbstractContext.ThreadLocalData Modifier and Type Method Description protected <T> TAbstractContext. getFromCache(AbstractContext.ThreadLocalData data, String id)Gets the component from the cache if it has already been registeredprotected voidAbstractContext. putInCache(AbstractContext.ThreadLocalData data, String id, Object o)Puts in the cache a given object instance corresponding to the given id
-