org.apache.shale.remoting.impl
Class ChainContext
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.apache.commons.chain.impl.ContextBase
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 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. |
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
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.