Uses of Package
jakarta.faces.view
-
Classes in jakarta.faces.view used by com.sun.faces.application.view Class Description AttachedObjectHandler The abstract base interface for a handler representing an attached object in a VDL page.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 Jakarta Server Faces runtime.ViewDeclarationLanguageFactory ViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a newViewDeclarationLanguage
instance based on the VDL found in a specific view.ViewMetadata ViewMetadata
is reponsible for extracting and providing view parameter metadata from VDL views. -
Classes in jakarta.faces.view used by com.sun.faces.component Class Description Location An object that represents the Location of a tag or attribute of a tag in a View Declaration Language file. -
Classes in jakarta.faces.view used by com.sun.faces.facelets.el Class Description Location An object that represents the Location of a tag or attribute of a tag in a View Declaration Language file. -
Classes in jakarta.faces.view used by com.sun.faces.facelets.tag Class Description Location An object that represents the Location of a tag or attribute of a tag in a View Declaration Language file. -
Classes in jakarta.faces.view used by com.sun.faces.facelets.tag.composite Class Description ActionSource2AttachedObjectTarget A marker interface for VDL tags that represent<composite:actionSource/>
for use by the composite component page author.AttachedObjectTarget 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.BehaviorHolderAttachedObjectTarget Represent aBehaviorHolder
attached object target in a VDL page.EditableValueHolderAttachedObjectTarget A marker interface for VDL tags that represent<composite:editableValueHolder/>
for use by the composite component page author.ValueHolderAttachedObjectTarget A marker interface for VDL tags that represent<composite:valueHolder/>
for use by the composite component page author. -
Classes in jakarta.faces.view used by com.sun.faces.facelets.tag.jsf Class Description AttachedObjectHandler The abstract base interface for a handler representing an attached object in a VDL page. -
Classes in jakarta.faces.view used by com.sun.faces.facelets.tag.jsf.core Class Description ActionSource2AttachedObjectHandler A VDL handler that exposesActionListener
to a page author.AttachedObjectHandler The abstract base interface for a handler representing an attached object in a VDL page.BehaviorHolderAttachedObjectHandler Represent an attached object that is aBehaviorHolder
in a VDL page.EditableValueHolderAttachedObjectHandler A VDL handler that exposesValidator
orValueChangeListener
to a page author.ValueHolderAttachedObjectHandler A VDL handler that exposesConverter
to a page author. -
Classes in jakarta.faces.view used by com.sun.faces.push Class Description ViewScoped 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. -
Classes in jakarta.faces.view used by jakarta.faces.application Class Description ViewDeclarationLanguage The contract that a view declaration language must implement to interact with the Jakarta Server Faces runtime. -
Classes in jakarta.faces.view used by jakarta.faces.view Class Description AttachedObjectHandler The abstract base interface for a handler representing an attached object in a VDL page.AttachedObjectTarget 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.StateManagementStrategy Encapsulate the saving and restoring of the view to enable the VDL to take over the responsibility for handling this feature.ValueHolderAttachedObjectHandler A VDL handler that exposesConverter
to a page author.ValueHolderAttachedObjectTarget A marker interface for VDL tags that represent<composite:valueHolder/>
for use by the composite component page author.ViewDeclarationLanguage The contract that a view declaration language must implement to interact with the Jakarta Server Faces runtime.ViewDeclarationLanguageFactory ViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a newViewDeclarationLanguage
instance based on the VDL found in a specific view.ViewMetadata ViewMetadata
is reponsible for extracting and providing view parameter metadata from VDL views. -
Classes in jakarta.faces.view used by jakarta.faces.view.facelets Class Description AttachedObjectHandler The abstract base interface for a handler representing an attached object in a VDL page.BehaviorHolderAttachedObjectHandler Represent an attached object that is aBehaviorHolder
in a VDL page.EditableValueHolderAttachedObjectHandler A VDL handler that exposesValidator
orValueChangeListener
to a page author.Location An object that represents the Location of a tag or attribute of a tag in a View Declaration Language file.ValueHolderAttachedObjectHandler A VDL handler that exposesConverter
to a page author.