public class SessionContext extends SharedContext<javax.servlet.http.HttpSession>
SessionScoped. The key used is the
id of the session.AbstractContext.ThreadLocalDataMANAGE_THREAD_LOCAL| Constructor and Description |
|---|
SessionContext() |
| Modifier and Type | Method and Description |
|---|---|
protected CreationContextStorage |
createStorage(javax.servlet.http.HttpSession key)
Creates a
CreationContextStorage instance from the given key |
Class<? extends Annotation> |
getScope() |
getLock, isSharableactivate, deactivate, destroy, destroy, destroy, get, get, getFromCache, getId, getInstance, getStorage, getThreadContext, isActive, putInCache, register, setStorage, unregisterpublic Class<? extends Annotation> getScope()
protected CreationContextStorage createStorage(javax.servlet.http.HttpSession key)
CreationContextStorage instance from the given keycreateStorage in class AbstractContext<javax.servlet.http.HttpSession>key - the key to use to create the CreationContextStorageCreationContextStorage corresponding to the given keyCopyright © 2020 eXo Platform SAS. All Rights Reserved.