eXo Kernel :: Container 2.5.0-GA

Uses of Interface
org.exoplatform.container.context.CreationContextStorage

Packages that use CreationContextStorage
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
 

Methods in org.exoplatform.container.context that return CreationContextStorage
protected  CreationContextStorage SessionContext.createStorage(javax.servlet.http.HttpSession key)
          Creates a CreationContextStorage instance from the given key
protected abstract  CreationContextStorage AbstractContext.createStorage(K key)
          Creates a CreationContextStorage instance from the given key
protected  CreationContextStorage RequestContext.createStorage(javax.servlet.ServletRequest key)
          Creates a CreationContextStorage instance from the given key
protected  CreationContextStorage AbstractContext.getStorage()
          Gives the storage to use to store and access to the CreationContext
 

Methods in org.exoplatform.container.context with parameters of type CreationContextStorage
protected  void AbstractContext.destroy(CreationContextStorage storage)
          Destroys all the CreationContext that has been stored in the given storage
protected
<T> T
AbstractContext.getInstance(CreationContextStorage storage, String id)
          Gives the instance stored with the given Contextual id.
protected  void AbstractContext.setStorage(CreationContextStorage storage)
          Sets the current storage
 


eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.