Uses of Interface
jakarta.faces.view.AttachedObjectHandler
-
Uses of AttachedObjectHandler in jakarta.faces.view
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
A VDL handler that exposesActionListener
to a page author.interface
Represent an attached object that is aBehaviorHolder
in a VDL page.interface
A VDL handler that exposesValidator
orValueChangeListener
to a page author.interface
A VDL handler that exposesConverter
to a page author.Modifier and TypeMethodDescriptionvoid
ViewDeclarationLanguage.retargetAttachedObjects
(FacesContext context, UIComponent topLevelComponent, List<AttachedObjectHandler> handlers) Assuming the component metadata for argumenttopLevelComponent
has been made available by an earlier call toViewDeclarationLanguage.getComponentMetadata(jakarta.faces.context.FacesContext, jakarta.faces.application.Resource)
, leverage the component metadata for the purpose of re-targeting attached objects from the top level composite component to the individualAttachedObjectTarget
instances inside the composite component.void
ViewDeclarationLanguageWrapper.retargetAttachedObjects
(FacesContext context, UIComponent topLevelComponent, List<AttachedObjectHandler> handlers) -
Uses of AttachedObjectHandler in jakarta.faces.view.facelets
Modifier and TypeClassDescriptionclass
TheFaceletHandler
that corresponds to attached objects that represent an instance ofClientBehavior
that must be added to the parent component, which must implementClientBehaviorHolder
, with a call toClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior)
.class
Handles setting aConverter
instance on aValueHolder
parent.class
Root class for all tag handlers that represent attached objetcts in a Facelets page.class
Handles setting aValidator
instance on anEditableValueHolder
parent.Modifier and TypeMethodDescriptionprotected final AttachedObjectHandler
FaceletsAttachedObjectHandler.getAttachedObjectHandlerHelper()
Return the underlying handler for this tag handler instance.
ActionSourceAttachedObjectHandler
instead.