Uses of Interface
jakarta.faces.view.AttachedObjectHandler
Packages that use AttachedObjectHandler
-
Uses of AttachedObjectHandler in jakarta.faces.view
Subinterfaces of AttachedObjectHandler in jakarta.faces.viewModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceA VDL handler that exposesActionListenerto a page author.interfaceRepresent an attached object that is aBehaviorHolderin a VDL page.interfaceA VDL handler that exposesValidatororValueChangeListenerto a page author.interfaceA VDL handler that exposesConverterto a page author.Method parameters in jakarta.faces.view with type arguments of type AttachedObjectHandlerModifier and TypeMethodDescriptionvoidViewDeclarationLanguage.retargetAttachedObjects(FacesContext context, UIComponent topLevelComponent, List<AttachedObjectHandler> handlers) Assuming the component metadata for argumenttopLevelComponenthas 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 individualAttachedObjectTargetinstances inside the composite component.voidViewDeclarationLanguageWrapper.retargetAttachedObjects(FacesContext context, UIComponent topLevelComponent, List<AttachedObjectHandler> handlers) -
Uses of AttachedObjectHandler in jakarta.faces.view.facelets
Classes in jakarta.faces.view.facelets that implement AttachedObjectHandlerModifier and TypeClassDescriptionclassTheFaceletHandlerthat corresponds to attached objects that represent an instance ofClientBehaviorthat must be added to the parent component, which must implementClientBehaviorHolder, with a call toClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior).classHandles setting aConverterinstance on aValueHolderparent.classRoot class for all tag handlers that represent attached objetcts in a Facelets page.classHandles setting aValidatorinstance on anEditableValueHolderparent.Methods in jakarta.faces.view.facelets that return AttachedObjectHandlerModifier and TypeMethodDescriptionprotected final AttachedObjectHandlerFaceletsAttachedObjectHandler.getAttachedObjectHandlerHelper()Return the underlying handler for this tag handler instance.
ActionSourceAttachedObjectHandlerinstead.