|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
org.jboss.webbeans.servlet.HttpSessionBeanStore
org.jboss.webbeans.servlet.ConversationBeanStore
public class ConversationBeanStore
A HTTP session backed bean store for the conversational scope
Constructor Summary | |
---|---|
ConversationBeanStore(javax.servlet.http.HttpSession session,
java.lang.String cid)
|
Method Summary | |
---|---|
protected BeanStoreNamingScheme |
getNamingScheme()
Gets an naming scheme for handling keys in a bean store |
Methods inherited from class org.jboss.webbeans.servlet.HttpSessionBeanStore |
---|
getAttribute, getAttributeNames, removeAttribute, setAttribute |
Methods inherited from class org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore |
---|
clear, get, getBeans, put, remove, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConversationBeanStore(javax.servlet.http.HttpSession session, java.lang.String cid)
Method Detail |
---|
protected BeanStoreNamingScheme getNamingScheme()
AbstractAttributeBackedBeanStore
getNamingScheme
in class HttpSessionBeanStore
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |