Package javax.faces.context
See: Description
-
Class Summary Class Description ExceptionHandler ExceptionHandler is the central point for handling unexpected
Exception
s that are thrown during the Faces lifecycle.ExceptionHandlerFactory ExceptionHandlerFactory is a factory object that creates (if needed) and returns a new
ExceptionHandler
instance.ExceptionHandlerWrapper Provides a simple implementation ofExceptionHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingExceptionHandler
instance.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 newExternalContext
instances, initialized for the processing of the specified request and response objects.ExternalContextWrapper Provides a simple implementation of
ExternalContext
that can be subclassed by developers wishing to provide specialized behavior to an existingExternalContext
instance.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 newFacesContext
instances, initialized for the processing of the specified request and response objects.FacesContextWrapper Provides a simple implementation ofFacesContext
that can be subclassed by developers wishing to provide specialized behavior to an existingFacesContext
instance.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 returnsFlash
instances.FlashWrapper PartialResponseWriter PartialResponseWriter decorates an existing
ResponseWriter
to 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 new
PartialViewContext
instances.PartialViewContextWrapper Provides a simple implementation of
PartialViewContext
that can be subclassed by developers wishing to provide specialized behavior to an existingPartialViewContext
instance.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 ofResponseWriter
that can be subclassed by developers wishing to provide specialized behavior to an existingResponseWriter
instance.
Package javax.faces.context Description
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.
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
21/08/2025 17:02:39 Cette version de la page est en cache (à la date du 21/08/2025 17:02:39) afin d'accélérer le traitement.Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la version plus récente de la page.
Document créé le 24/12/2007, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/faces/context/package-summary.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.