Uses of Class
jakarta.faces.view.facelets.FaceletsAttachedObjectHandler
-
Uses of FaceletsAttachedObjectHandler in com.sun.faces.facelets.tag.faces.core
Modifier and TypeClassDescriptionfinal class
Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Register a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Register a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Register a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action. -
Uses of FaceletsAttachedObjectHandler 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
Handles setting aValidator
instance on anEditableValueHolder
parent.