Package javax.faces.context

Classes and interfaces defining per-request state information.

See:
          Description

Class Summary
ExternalContext This class allows the Faces API to be unaware of the nature of its containing environment.
FacesContext FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
FacesContextFactory FacesContextFactory is a factory object that creates (if needed) and returns new FacesContext instances, initialized for the processing of the specified request and response objects.
MessageResources MessageResources represents a collection of message templates, uniquely identified by message identifiers, that can be used to construct localized Message instances to be added to the message list in a FacesContext.
ResponseStream ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.
ResponseWriter ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.
 

Package javax.faces.context Description

Classes and interfaces defining per-request state information.