javax.faces.webapp.pdl
Interface ValueHolderAttachedObjectHandler

All Superinterfaces:
AttachedObjectHandler
All Known Subinterfaces:
EditableValueHolderAttachedObjectHandler

public interface ValueHolderAttachedObjectHandler
extends AttachedObjectHandler

A PDL handler that exposes Converter to a page author. The default implementation of Facelets must provide an implemention of this in the handler for the <f:converter> (and any tags for any of the standard converters) tags.

Since:
2.0

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



Copyright © 2002-2008 Sun Microsystems, Inc. All Rights Reserved.