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.
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/faces/context/package-summary.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.