org.jboss.seam.core
Class ConversationContext

java.lang.Object
  extended by org.jboss.seam.core.ConversationContext

@Scope(value=APPLICATION)
@Intercept(value=NEVER)
@Install(precedence=0)
@Name(value="org.jboss.seam.core.conversationContext")
public class ConversationContext
extends Object

Support for injecting the conversation context

Author:
Gavin King

Constructor Summary
ConversationContext()
           
 
Method Summary
 Context getContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationContext

public ConversationContext()
Method Detail

getContext

@Unwrap
public Context getContext()