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.
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/faces/context/package-summary.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.