Package jakarta.faces.view
Interface EditableValueHolderAttachedObjectHandler
- 
- All Superinterfaces:
 AttachedObjectHandler,ValueHolderAttachedObjectHandler
- All Known Implementing Classes:
 ValidatorHandler
public interface EditableValueHolderAttachedObjectHandler extends ValueHolderAttachedObjectHandler
A VDL handler that exposes
ValidatororValueChangeListenerto a page author. The default implementation of Facelets must provide an implemention of this in the handler for the<f:validator>(and any tags for any of the standard validators) and<f:valueChangeListener>tags.- Since:
 - 2.0
 
 
- 
- 
Method Summary
- 
Methods inherited from interface jakarta.faces.view.AttachedObjectHandler
applyAttachedObject, getFor 
 - 
 
 -