Package jakarta.faces.view
package jakarta.faces.view
-
ClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Use
ActionSourceAttachedObjectTarget
instead.A VDL handler that exposesActionListener
to a page author.A marker interface for VDL tags that represent<composite:actionSource/>
for use by the composite component page author.The abstract base interface for a handler representing an attached object in a VDL page.Within the declaration of a composite component, anAttachedObjectTarget
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.Represent an attached object that is aBehaviorHolder
in a VDL page.Represent aBehaviorHolder
attached object target in a VDL page.A VDL handler that exposesValidator
orValueChangeListener
to a page author.A marker interface for VDL tags that represent<composite:editableValueHolder/>
for use by the composite component page author.An object that represents the Location of a tag or attribute of a tag in a View Declaration Language file.Encapsulate the saving and restoring of the view to enable the VDL to take over the responsibility for handling this feature.A VDL handler that exposesConverter
to a page author.A marker interface for VDL tags that represent<composite:valueHolder/>
for use by the composite component page author.The contract that a view declaration language must implement to interact with the Jakarta Faces runtime.ViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a newViewDeclarationLanguage
instance based on the VDL found in a specific view.Provides a simple implementation ofViewDeclarationLanguage
that can be subclassed by developers wishing to provide specialized behavior to an existingViewDeclarationLanguage
instance.ViewMetadata
is reponsible for extracting and providing view parameter metadata from VDL views.When this annotation, along withjakarta.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(jakarta.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.
ActionSourceAttachedObjectHandler
instead.