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 TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
A PDL handler that exposesActionListener
to a page author.interface
interface
A PDL handler that exposesValidator
orValueChangeListener
to a page author.interface
A PDL handler that exposesConverter
to a page author.Method parameters in jakarta.faces.view with type arguments of type AttachedObjectHandlerModifier and TypeMethodDescriptionvoid
ViewDeclarationLanguage.retargetAttachedObjects
(FacesContext context, UIComponent topLevelComponent, List<AttachedObjectHandler> handlers) void
ViewDeclarationLanguageWrapper.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 TypeClassDescriptionclass
class
Handles setting a Converter instance on a ValueHolder.class
class
Handles setting a Validator instance on a EditableValueHolder.Methods in jakarta.faces.view.facelets that return AttachedObjectHandlerModifier and TypeMethodDescriptionprotected final AttachedObjectHandler
FaceletsAttachedObjectHandler.getAttachedObjectHandlerHelper()
Return the delegate handler for this instance.