org.apache.shale.remoting.impl
Class ChainContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.apache.commons.chain.impl.ContextBase
              extended by org.apache.shale.remoting.impl.ChainContext
All Implemented Interfaces:
Serializable, Cloneable, Map, Context

public class ChainContext
extends ContextBase

Implementation of Context suitable for use with commands or chains executed via Shale Remoting.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
ChainContext(javax.faces.context.FacesContext context)
          Construct a new ChainContext instance wrapping the specified FacesContext instance.
 
Method Summary
 javax.faces.context.FacesContext getFacesContext()
          Return the FacesContext instance that is wrapped by this Context instance.
 
Methods inherited from class org.apache.commons.chain.impl.ContextBase
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values
 
Methods inherited from class java.util.HashMap
clone, containsKey, size
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, equals, hashCode, size
 

Constructor Detail

ChainContext

public ChainContext(javax.faces.context.FacesContext context)

Construct a new ChainContext instance wrapping the specified FacesContext instance.

Parameters:
context - FacesContext for the current request
Method Detail

getFacesContext

public javax.faces.context.FacesContext getFacesContext()

Return the FacesContext instance that is wrapped by this Context instance.



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.