org.jboss.webbeans.context
Class ConversationContext

java.lang.Object
  extended by org.jboss.webbeans.context.AbstractContext
      extended by org.jboss.webbeans.context.AbstractBeanMapContext
          extended by org.jboss.webbeans.context.BasicContext
              extended by org.jboss.webbeans.context.ConversationContext
All Implemented Interfaces:
Context

public class ConversationContext
extends BasicContext

The conversation context

Author:
Nicklas Karlsson

Field Summary
 
Fields inherited from class org.jboss.webbeans.context.BasicContext
beans
 
Constructor Summary
ConversationContext()
          Constructor
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.webbeans.context.BasicContext
getBeanMap
 
Methods inherited from class org.jboss.webbeans.context.AbstractBeanMapContext
destroy, get, get
 
Methods inherited from class org.jboss.webbeans.context.AbstractContext
getActive, getScopeType, isActive, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversationContext

public ConversationContext()
Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008-2009. All Rights Reserved.