org.jboss.seam.contexts
Class EventContext

java.lang.Object
  extended by org.jboss.seam.contexts.BasicContext
      extended by org.jboss.seam.contexts.EventContext
All Implemented Interfaces:
Context

public class EventContext
extends BasicContext

Event context - spans a single request to the server.

Author:
Gavin King

Constructor Summary
EventContext(Map<String,Object> map)
           
 
Method Summary
 
Methods inherited from class org.jboss.seam.contexts.BasicContext
flush, get, get, getNames, getType, isSet, remove, set, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventContext

public EventContext(Map<String,Object> map)