Home » Mojarra-2.0.1 » javax » faces » context »

javax.faces.context

Abstract Classes:

ExceptionHandler  

ExceptionHandler is the central point for handling unexpected Exceptions that are thrown during the Faces lifecycle. 

code | html
ExceptionHandlerFactory  

ExceptionHandlerFactory is a factory object that creates (if needed) and returns a new ExceptionHandler instance.

There must be one ExceptionHandlerFactory instance per web application that is utilizing JavaServer Faces. 

code | html
ExceptionHandlerWrapper  

Provides a simple implementation of ExceptionHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ExceptionHandler instance. 

code | html
ExternalContext  

This class allows the Faces API to be unaware of the nature of its containing application environment. 

code | html
ExternalContextFactory  

ExternalContextFactory is a factory object that creates (if needed) and returns new ExternalContext instances, initialized for the processing of the specified request and response objects.

There must be one ExternalContextFactory instance per web application that is utilizing JavaServer Faces. 

code | html
ExternalContextWrapper  

Provides a simple implementation of ExternalContext that can be subclassed by developers wishing to provide specialized behavior to an existing ExternalContext instance. 

code | html
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. 

code | html
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. 

code | html
FacesContextWrapper  

Provides a simple implementation of FacesContext that can be subclassed by developers wishing to provide specialized behavior to an existing FacesContext instance. 

code | html
Flash  

The Flash concept is taken from Ruby on Rails and provides a way to pass temporary objects between the user views generated by the faces lifecycle. 

code | html
PartialViewContext  

PartialViewContext contains methods and properties that pertain to partial request processing and partial response rendering on a view.

The PartialViewContext instance is used to determine if the current request indicates the requirement to perform partial processing and/or partial rendering

code | html
PartialViewContextFactory  

PartialViewContextFactory is a factory object that creates (if needed) and returns new PartialViewContext instances.

There must be one PartialViewContextFactory instance per web application that is utilizing JavaServer Faces. 

code | html
PartialViewContextWrapper  

Provides a simple implementation of PartialViewContext that can be subclassed by developers wishing to provide specialized behavior to an existing PartialViewContext instance. 

code | html
ResponseStream  

ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.

 
code | html
ResponseWriter  

ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output. 

code | html
ResponseWriterWrapper  

Provides a simple implementation of ResponseWriter that can be subclassed by developers wishing to provide specialized behavior to an existing ResponseWriter instance. 

code | html

Classes:

PartialResponseWriter  

PartialResponseWriter decorates an existing ResponseWriter to support the generation of a partial response suitable for Ajax operations. 

code | html