Uses of Interface
org.exoplatform.container.context.CreationContextStorage
-
Packages that use CreationContextStorage Package Description org.exoplatform.container.context This package contains all the classes that are related to the Scope Management -
-
Uses of CreationContextStorage in org.exoplatform.container.context
Fields in org.exoplatform.container.context declared as CreationContextStorage Modifier and Type Field Description protected CreationContextStorageAbstractContext.ThreadLocalData. storageThe storageMethods in org.exoplatform.container.context that return CreationContextStorage Modifier and Type Method Description protected abstract CreationContextStorageAbstractContext. createStorage(K key)Creates aCreationContextStorageinstance from the given keyprotected CreationContextStorageRequestContext. createStorage(javax.servlet.ServletRequest key)Creates aCreationContextStorageinstance from the given keyprotected CreationContextStorageSessionContext. createStorage(javax.servlet.http.HttpSession key)Creates aCreationContextStorageinstance from the given keyprotected CreationContextStorageAbstractContext. getStorage()Gives the storage to use to store and access to the CreationContextMethods in org.exoplatform.container.context with parameters of type CreationContextStorage Modifier and Type Method Description protected voidAbstractContext. destroy(CreationContextStorage storage)Destroys all theCreationContextthat has been stored in the given storageprotected <T> TAbstractContext. getInstance(CreationContextStorage storage, String id)Gives the instance stored with the givenContextualid.protected voidAbstractContext. setStorage(CreationContextStorage storage)Sets the current storage
-