Uses of Class
jakarta.faces.view.facelets.FaceletsAttachedObjectHandler
Packages that use FaceletsAttachedObjectHandler
-
Uses of FaceletsAttachedObjectHandler in com.sun.faces.facelets.tag.faces.core
Subclasses of FaceletsAttachedObjectHandler in com.sun.faces.facelets.tag.faces.coreModifier and TypeClassDescriptionfinal 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 classRegister a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action. -
Uses of FaceletsAttachedObjectHandler in jakarta.faces.view.facelets
Subclasses of FaceletsAttachedObjectHandler in jakarta.faces.view.faceletsModifier 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.classHandles setting aValidatorinstance on anEditableValueHolderparent.