Package javax.faces.view
Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces.
See: Description
-
Interface Summary Interface Description ActionSource2AttachedObjectHandler A VDL handler that exposes
ActionListener
to a page author.ActionSource2AttachedObjectTarget A marker interface for VDL tags that represent
<composite:actionSource/>
for use by the composite component page author.AttachedObjectHandler The abstract base interface for a handler representing an attached object in a VDL page.
AttachedObjectTarget Within the declaration of a composite component, an
AttachedObjectTarget
allows the composite component author to expose the semantics of an inner component to the page author without exposing the rendering or implementation details of the inner component.BehaviorHolderAttachedObjectHandler Represent an attached object that is a
BehaviorHolder
in a VDL page.BehaviorHolderAttachedObjectTarget Represent a
BehaviorHolder
attached object target in a VDL page.EditableValueHolderAttachedObjectHandler A VDL handler that exposes
Validator
orValueChangeListener
to a page author.EditableValueHolderAttachedObjectTarget A marker interface for VDL tags that represent
<composite:editableValueHolder/>
for use by the composite component page author.ValueHolderAttachedObjectHandler A VDL handler that exposes
Converter
to a page author.ValueHolderAttachedObjectTarget A marker interface for VDL tags that represent
<composite:valueHolder/>
for use by the composite component page author. -
Class Summary Class Description Location An object that represents the Location of a tag or attribute of a tag in a View Declaration Language file.
StateManagementStrategy Encapsulate the saving and restoring of the view to enable the VDL to take over the responsibility for handling this feature.
ViewDeclarationLanguage The contract that a view declaration language must implement to interact with the JSF runtime.
ViewDeclarationLanguageFactory ViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a new
ViewDeclarationLanguage
instance based on the VDL found in a specific view.ViewDeclarationLanguageWrapper Provides a simple implementation of
ViewDeclarationLanguage
that can be subclassed by developers wishing to provide specialized behavior to an existingViewDeclarationLanguage
instance.ViewMetadata ViewMetadata
is reponsible for extracting and providing view parameter metadata from VDL views. -
Annotation Types Summary Annotation Type Description ViewScoped When this annotation, along with
javax.inject.Named
is found on a class, the runtime must place the bean in a CDI scope such that it remains active as long asNavigationHandler.handleNavigation(javax.faces.context.FacesContext, java.lang.String, java.lang.String)
does not cause a navigation to a view with a viewId that is different than the viewId of the current view.
Package javax.faces.view Description
Classes for defining a
View Declaration Language (VDL) for authoring JavaServer Faces user
interfaces. The root class in this package is ViewDeclarationLanguageFactory
.
Interfaces and classes required for the Facelets for JSF 2
implementation are also defined in package javax.faces.view.facelets
.
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:06:12 Cette version de la page est en cache (à la date du 21/08/2025 17:06:12) 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 11/06/2005, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/faces/view/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.