org.jboss.weld.context
Class ConversationContext

java.lang.Object
  extended by org.jboss.weld.context.AbstractContext
      extended by org.jboss.weld.context.AbstractMapContext
          extended by org.jboss.weld.context.AbstractThreadLocalMapContext
              extended by org.jboss.weld.context.ConversationContext
All Implemented Interfaces:
javax.enterprise.context.spi.Context

public class ConversationContext
extends AbstractThreadLocalMapContext

The conversation context

Author:
Nicklas Karlsson

Constructor Summary
ConversationContext()
          Constructor
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.weld.context.AbstractThreadLocalMapContext
cleanup, getBeanStore, isCreationLockRequired, setBeanStore
 
Methods inherited from class org.jboss.weld.context.AbstractMapContext
destroy, get, get, getContextual, getId
 
Methods inherited from class org.jboss.weld.context.AbstractContext
getScope, 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 Seam Framework. All Rights Reserved.