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

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


org.jboss.seam.core
Class EventContext

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

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

Support for injecting the event context

Author:
Gavin King

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

Constructor Detail

EventContext

public EventContext()
Method Detail

getContext

@Unwrap
public Context getContext()