javax.faces.view.facelets
Class ConverterHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
javax.faces.view.facelets.MetaTagHandler
javax.faces.view.facelets.DelegatingMetaTagHandler
javax.faces.view.facelets.FaceletsAttachedObjectHandler
javax.faces.view.facelets.ConverterHandler
- All Implemented Interfaces:
- AttachedObjectHandler, FaceletHandler, ValueHolderAttachedObjectHandler
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.
ConverterHandler
public ConverterHandler(ConverterConfig config)
getTagHandlerDelegate
protected TagHandlerDelegate getTagHandlerDelegate()
- Specified by:
getTagHandlerDelegate
in class DelegatingMetaTagHandler
getConverterId
public String getConverterId(FaceletContext ctx)
Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms