public class ChainContext
extends org.apache.commons.chain.impl.ContextBase
Implementation of Context suitable for use with commands
or chains executed via Shale Remoting.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ChainContext(javax.faces.context.FacesContext context)
Construct a new
ChainContext instance wrapping the
specified FacesContext instance. |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.context.FacesContext |
getFacesContext()
Return the
FacesContext instance that is wrapped by this
Context instance. |
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, valuesclone, containsKey, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsKey, equals, hashCode, sizepublic ChainContext(javax.faces.context.FacesContext context)
Construct a new ChainContext instance wrapping the
specified FacesContext instance.
context - FacesContext for the current requestCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.