See: Description
Class | Description |
---|---|
BasicResponseWriter |
Basic implementation of
javax.faces.context.ResponseWriter
for use when a content type other than text/html is desired
(such as text/xml ). |
MappingsHelper |
Helper bean for accessing the
Mappings instance for this
application, creating it the first time if necessary. |
RemotingPhaseListener |
A JavaServer Faces
PhaseListener that provides support for
intercepting some incoming requests, and processing them separately from the
standard Request Processing Lifecycle, without requiring explicit
configuration (for example, of a Servlet or a Filter). |
ResponseFactory |
Factory class for returning
ResponseStream or
ResponseWriter instances that may be used to produce output
response content that is independent of whether we are running in a servlet
or portlet environment. |
This package contains integration for the Shale remoting facilities with standard JavaServer Faces extension points.
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.