Uses of Interface
javax.faces.view.ValueHolderAttachedObjectHandler
-
Packages that use ValueHolderAttachedObjectHandler Package Description javax.faces.view javax.faces.view.facelets -
-
Uses of ValueHolderAttachedObjectHandler in javax.faces.view
Subinterfaces of ValueHolderAttachedObjectHandler in javax.faces.view Modifier and Type Interface Description interface
EditableValueHolderAttachedObjectHandler
A PDL handler that exposesValidator
orValueChangeListener
to a page author. -
Uses of ValueHolderAttachedObjectHandler in javax.faces.view.facelets
Classes in javax.faces.view.facelets that implement ValueHolderAttachedObjectHandler Modifier and Type Class Description class
ConverterHandler
Handles setting a Converter instance on a ValueHolder.class
ValidatorHandler
Handles setting a Validator instance on a EditableValueHolder.
-