public class InvocationContextBeanStore extends AttributeBeanStore
| Constructor and Description |
|---|
InvocationContextBeanStore(NamingScheme namingScheme,
InvocationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getAttribute(String prefixedId)
Gets an attribute from the underlying storage
|
protected Collection<String> |
getAttributeNames()
Gets an enumeration of the attribute names present in the underlying
storage
|
LockStore |
getLockStore() |
protected void |
removeAttribute(String prefixedId)
Removes an attribute from the underlying storage
|
protected void |
setAttribute(String prefixedId,
Object instance)
Sets an instance under a key in the underlying storage
|
attach, clear, contains, detach, get, getNamingScheme, getPrefixedAttributeNames, isAttached, iterator, lock, put, removepublic InvocationContextBeanStore(NamingScheme namingScheme, InvocationContext ctx)
protected Object getAttribute(String prefixedId)
AttributeBeanStoregetAttribute in class AttributeBeanStoreprefixedId - The (prefixed) id of the attributeprotected void removeAttribute(String prefixedId)
AttributeBeanStoreremoveAttribute in class AttributeBeanStoreprefixedId - The (prefixed) id of the attribute to removeprotected Collection<String> getAttributeNames()
AttributeBeanStoregetAttributeNames in class AttributeBeanStoreprotected void setAttribute(String prefixedId, Object instance)
AttributeBeanStoresetAttribute in class AttributeBeanStoreprefixedId - The (prefixed) id of the attribute to setinstance - The instancepublic LockStore getLockStore()
getLockStore in class AttributeBeanStoreCopyright © 2013 Seam Framework. All Rights Reserved.