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).
author: Craig R. McClanahan version: $Revision: 411948 $ $Date: 2006-06-06 00:29:02 +0100 (Tue, 06 Jun 2006) $
Release references to allocated resources acquired in
initialize() of via subsequent processing. After this
method is called, subsequent calls to any other method than
initialize() will return undefined results.
Methods inherited from org.apache.commons.chain.web.WebContext