Uses of Package
jakarta.faces.view
Package
Description
-
ClassDescriptionThe abstract base interface for a handler representing an attached object in a VDL page.Encapsulate the saving and restoring of the view to enable the VDL to take over the responsibility for handling this feature.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 new
ViewDeclarationLanguage
instance based on the VDL found in a specific view.ViewMetadata
is reponsible for extracting and providing view parameter metadata from VDL views. -
ClassDescriptionAn object that represents the Location of a tag or attribute of a tag in a View Declaration Language file.
-
ClassDescriptionAn object that represents the Location of a tag or attribute of a tag in a View Declaration Language file.
-
ClassDescriptionAn object that represents the Location of a tag or attribute of a tag in a View Declaration Language file.
-
ClassDescriptionA marker interface for VDL tags that represent
<composite:actionSource/>
for use by the composite component page author.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 aBehaviorHolder
attached object target in a VDL page.A marker interface for VDL tags that represent<composite:editableValueHolder/>
for use by the composite component page author.A marker interface for VDL tags that represent<composite:valueHolder/>
for use by the composite component page author. -
ClassDescriptionThe abstract base interface for a handler representing an attached object in a VDL page.
-
ClassDescriptionA VDL handler that exposes
ActionListener
to a page author.The abstract base interface for a handler representing an attached object in a VDL page.Represent an attached object that is aBehaviorHolder
in a VDL page.A VDL handler that exposesValidator
orValueChangeListener
to a page author.A VDL handler that exposesConverter
to a page author. -
ClassDescriptionWhen this annotation, along with
jakarta.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. -
ClassDescriptionThe contract that a view declaration language must implement to interact with the Jakarta Faces runtime.
-
ClassDescriptionA VDL handler that exposes
ActionListener
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.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.ViewMetadata
is reponsible for extracting and providing view parameter metadata from VDL views. -
ClassDescriptionThe abstract base interface for a handler representing an attached object in a VDL page.Represent an attached object that is a
BehaviorHolder
in a VDL page.A VDL handler that exposesValidator
orValueChangeListener
to a page author.An object that represents the Location of a tag or attribute of a tag in a View Declaration Language file.A VDL handler that exposesConverter
to a page author.