org.jboss.seam.contexts
Class ApplicationContext

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

public class ApplicationContext
extends BasicContext

Application context - state associated with a deployment to a particular node. State is typically neither persistent across deployments, not replicated to other nodes.

Author:
Gavin King

Constructor Summary
ApplicationContext(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

ApplicationContext

public ApplicationContext(Map<String,Object> map)