public class RequestBeanStore extends AttributeBeanStore
A BeanStore that uses a HTTP request as backing storage.
This class is not threadsafe
| Constructor and Description |
|---|
RequestBeanStore(javax.servlet.http.HttpServletRequest request,
NamingScheme namingScheme) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getAttribute(String key) |
protected Iterator<String> |
getAttributeNames() |
LockStore |
getLockStore() |
javax.servlet.http.HttpServletRequest |
getRequest() |
protected boolean |
isLocalBeanStoreSyncNeeded() |
protected void |
removeAttribute(String key) |
protected void |
setAttribute(String key,
Object instance) |
attach, clear, contains, detach, get, getNamingScheme, getPrefixedAttributeNames, isAttached, iterator, lock, put, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic RequestBeanStore(javax.servlet.http.HttpServletRequest request,
NamingScheme namingScheme)
protected Object getAttribute(String key)
getAttribute in class AttributeBeanStoreprotected void removeAttribute(String key)
removeAttribute in class AttributeBeanStoreprotected Iterator<String> getAttributeNames()
getAttributeNames in class AttributeBeanStoreprotected void setAttribute(String key, Object instance)
setAttribute in class AttributeBeanStorepublic javax.servlet.http.HttpServletRequest getRequest()
public LockStore getLockStore()
getLockStore in class AttributeBeanStoreprotected boolean isLocalBeanStoreSyncNeeded()
isLocalBeanStoreSyncNeeded in class AttributeBeanStoreCopyright © 2015. All Rights Reserved.