javax.faces.view.facelets
public class ConverterHandler extends FaceletsAttachedObjectHandler implements ValueHolderAttachedObjectHandler
Handles setting a Converter
instance on a ValueHolder
parent. Will wire all attributes
set to the Converter
instance created/fetched. Uses the
"binding" attribute for grabbing instances to apply attributes
to.
Will only set/create
Converter
if the passed UIComponent
's
parent
is null
, signifying that it wasn't
restored from an existing tree.
Constructor and Description |
---|
ConverterHandler(ConverterConfig config) |
Modifier and Type | Method and Description |
---|---|
String |
getConverterId(FaceletContext ctx) |
applyAttachedObject, getFor
apply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
applyAttachedObject, getFor
public ConverterHandler(ConverterConfig config)
public String getConverterId(FaceletContext ctx)