javax.faces.view
Interface EditableValueHolderAttachedObjectHandler

All Superinterfaces:
AttachedObjectHandler, ValueHolderAttachedObjectHandler
All Known Implementing Classes:
ValidatorHandler

public interface EditableValueHolderAttachedObjectHandler
extends ValueHolderAttachedObjectHandler

A PDL handler that exposes Validator or ValueChangeListener to 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
Version:
$Revision: 696523 $ $Date: 2008-09-24 19:49:48 -0400 (mer., 17 sept. 2008) $
Author:
Simon Lessard (latest modification by $Author: slessard $)

Method Summary
 
Methods inherited from interface javax.faces.view.AttachedObjectHandler
applyAttachedObject, getFor
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.