public class LazyCyclicSessionBeanStore extends LazySessionBeanStore
| Constructor and Description |
|---|
LazyCyclicSessionBeanStore(HttpServletRequest request,
NamingScheme namingScheme) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getAttribute(java.lang.String prefixedId)
Gets an attribute from the underlying storage
|
protected java.util.Collection<java.lang.String> |
getAttributeNames()
Gets an enumeration of the attribute names present in the underlying
storage.
|
protected HttpSession |
getSession(boolean create) |
protected void |
removeAttribute(java.lang.String key)
Removes an attribute from the underlying storage
|
protected void |
setAttribute(java.lang.String key,
java.lang.Object instance)
Sets an instance under a key in the underlying storage
|
getSessionIfExistsget, getLockStoreattach, clear, contains, detach, getNamingScheme, getPrefixedAttributeNames, isAttached, iterator, lock, put, removepublic LazyCyclicSessionBeanStore(HttpServletRequest request,
NamingScheme namingScheme)
protected HttpSession getSession(boolean create)
getSession in class LazySessionBeanStoreprotected java.util.Collection<java.lang.String> getAttributeNames()
AttributeBeanStoregetAttributeNames in class AbstractSessionBeanStoreprotected void removeAttribute(java.lang.String key)
AttributeBeanStoreremoveAttribute in class AbstractSessionBeanStorekey - The (prefixed) id of the attribute to removeprotected void setAttribute(java.lang.String key,
java.lang.Object instance)
AttributeBeanStoresetAttribute in class AbstractSessionBeanStorekey - The (prefixed) id of the attribute to setinstance - The instanceprotected java.lang.Object getAttribute(java.lang.String prefixedId)
AttributeBeanStoregetAttribute in class AbstractSessionBeanStoreprefixedId - The (prefixed) id of the attributeCopyright © 2015. All Rights Reserved.