Package jakarta.faces.context
Classes and interfaces
defining per-request state information. The main class in this package
is FacesContext, which is the access point
for all per-request information, as well as the gateway to several other
helper classes.
-
Class Summary Class Description ExceptionHandler ExceptionHandler is the central point for handling unexpectedExceptions that are thrown during the Faces lifecycle.ExceptionHandlerFactory ExceptionHandlerFactory is a factory object that creates (if needed) and returns a newExceptionHandlerinstance.ExceptionHandlerWrapper Provides a simple implementation ofExceptionHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingExceptionHandlerinstance.ExternalContext This class allows the Faces API to be unaware of the nature of its containing application environment.ExternalContextFactory ExternalContextFactory is a factory object that creates (if needed) and returns newExternalContextinstances, initialized for the processing of the specified request and response objects.ExternalContextWrapper Provides a simple implementation ofExternalContextthat can be subclassed by developers wishing to provide specialized behavior to an existingExternalContextinstance.FacesContext FacesContext contains all of the per-request state information related to the processing of a single Jakarta Faces request, and the rendering of the corresponding response.FacesContextFactory FacesContextFactory is a factory object that creates (if needed) and returns newFacesContextinstances, initialized for the processing of the specified request and response objects.FacesContextWrapper Provides a simple implementation ofFacesContextthat can be subclassed by developers wishing to provide specialized behavior to an existingFacesContextinstance.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.FlashFactory FlashFactory is a factory object that creates (if needed) and returnsFlashinstances.FlashWrapper PartialResponseWriter PartialResponseWriter decorates an existingResponseWriterto support the generation of a partial response suitable for Ajax operations.PartialViewContext PartialViewContext contains methods and properties that pertain to partial request processing and partial response rendering on a view.PartialViewContextFactory PartialViewContextFactory is a factory object that creates (if needed) and returns newPartialViewContextinstances.PartialViewContextWrapper Provides a simple implementation ofPartialViewContextthat can be subclassed by developers wishing to provide specialized behavior to an existingPartialViewContextinstance.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.ResponseWriterWrapper Provides a simple implementation ofResponseWriterthat can be subclassed by developers wishing to provide specialized behavior to an existingResponseWriterinstance.