Class FacesWebContext

java.lang.Object
java.util.AbstractMap<String,Object>
java.util.HashMap<String,Object>
org.apache.commons.chain.impl.ContextBase
org.apache.commons.chain.web.javax.WebContext
org.apache.commons.chain.web.javax.faces.FacesWebContext
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, org.apache.commons.chain.Context

public class FacesWebContext extends WebContext
Concrete implementation of WebContext suitable for use in JavaServer Faces apps. The abstract methods are mapped to the appropriate collections of the underlying FacesContext instance that is passed to the constructor (or the initialize method).
Version:
$Revision$ $Date$
Author:
Craig R. McClanahan
See Also: