Uses of Interface
jakarta.faces.view.AttachedObjectHandler
Packages that use AttachedObjectHandler
Package
Description
- 
Uses of AttachedObjectHandler in com.sun.faces.application.view
Method parameters in com.sun.faces.application.view with type arguments of type AttachedObjectHandlerModifier and TypeMethodDescriptionvoidFaceletViewHandlingStrategy.retargetAttachedObjects(FacesContext context, UIComponent topLevelComponent, List<AttachedObjectHandler> handlers)  - 
Uses of AttachedObjectHandler in com.sun.faces.facelets.tag.faces
Classes in com.sun.faces.facelets.tag.faces that implement AttachedObjectHandlerModifier and TypeClassDescriptionclassclassMethods in com.sun.faces.facelets.tag.faces that return types with arguments of type AttachedObjectHandlerModifier and TypeMethodDescriptionstatic List<AttachedObjectHandler> CompositeComponentTagHandler.getAttachedObjectHandlers(UIComponent component) static List<AttachedObjectHandler> CompositeComponentTagHandler.getAttachedObjectHandlers(UIComponent component, boolean create)  - 
Uses of AttachedObjectHandler in com.sun.faces.facelets.tag.faces.core
Classes in com.sun.faces.facelets.tag.faces.core that implement AttachedObjectHandlerModifier and TypeClassDescriptionfinal classRegister an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.classRegister an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.final classEnable one or more components in the view to perform Ajax operations.final classRegister a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.final classRegister a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.final classRegister a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.final classclassfinal classRegister a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action.final classRegister an ValueChangeListener instance on the UIComponent associated with the closest parent UIComponent custom action. - 
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.