Uses of Class
jakarta.faces.view.facelets.FaceletsAttachedObjectHandler
-
Packages that use FaceletsAttachedObjectHandler Package Description com.sun.faces.facelets.tag.faces.core jakarta.faces.view.facelets -
-
Uses of FaceletsAttachedObjectHandler in com.sun.faces.facelets.tag.faces.core
Subclasses of FaceletsAttachedObjectHandler in com.sun.faces.facelets.tag.faces.core Modifier and Type Class Description classConvertDateTimeHandlerRegister a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.classConvertDelegateHandlerRegister a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.classConvertNumberHandlerRegister a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.classValidateDelegateHandlerRegister 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.facelets Modifier and Type Class Description classBehaviorHandlerTheFaceletHandlerthat 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).classConverterHandlerHandles setting aConverterinstance on aValueHolderparent.classValidatorHandlerHandles setting aValidatorinstance on anEditableValueHolderparent.
-