站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 API 英文版文档

ConversationContext (JBoss Seam API Documentation) - JBoss Seam 1.2.0 API 英文版文档


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()