| Package | Description |
|---|---|
| org.exoplatform.container.context |
This package contains all the classes that are related to the Scope Management
|
| Modifier and Type | Field and Description |
|---|---|
protected CreationContextStorage |
AbstractContext.ThreadLocalData.storage
The storage
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2018 eXo Platform SAS. All Rights Reserved.