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