org.jboss.webbeans.servlet
Class ConversationBeanStore

java.lang.Object
  extended by org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
      extended by org.jboss.webbeans.servlet.HttpSessionBeanStore
          extended by org.jboss.webbeans.servlet.ConversationBeanStore
All Implemented Interfaces:
BeanStore

public class ConversationBeanStore
extends HttpSessionBeanStore

A HTTP session backed bean store for the conversational scope

Author:
Nicklas Karlsson

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

ConversationBeanStore

public ConversationBeanStore(javax.servlet.http.HttpSession session,
                             java.lang.String cid)
Method Detail

getNamingScheme

protected BeanStoreNamingScheme getNamingScheme()
Description copied from class: AbstractAttributeBackedBeanStore
Gets an naming scheme for handling keys in a bean store

Overrides:
getNamingScheme in class HttpSessionBeanStore
Returns:
The naming scheme


Copyright © 2011. All Rights Reserved.