Uses of Interface
org.exoplatform.container.context.CreationContextStorage
Packages that use CreationContextStorage
Package
Description
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 CreationContextStorageModifier and TypeFieldDescriptionprotected final CreationContextStorageAbstractContext.ThreadLocalData.storageThe storageMethods in org.exoplatform.container.context that return CreationContextStorageModifier and TypeMethodDescriptionprotected 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 CreationContextStorageModifier and TypeMethodDescriptionprotected 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