Package 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.
-
Field Summary
Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
delegateFactoryFields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.faces.view.facelets.FaceletsAttachedObjectHandler
applyAttachedObject, getAttachedObjectHandlerHelper, getForMethods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
apply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributesMethods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.faces.view.AttachedObjectHandler
applyAttachedObject, getFor
-
Constructor Details
-
ConverterHandler
-
-
Method Details
-
getTagHandlerDelegate
Description copied from class:DelegatingMetaTagHandlerGet the tag handler delegate.
Code that extends from DelegatingMetaTagHandler (directly or indirectly, as through extending ComponentHandler) must take care to decorate, not replace, the TagHandlerDelegate instance returned by this method. Failure to do so may produce unexpected results.
- Specified by:
getTagHandlerDelegatein classDelegatingMetaTagHandler- Returns:
- the tag handler delegate.
-
getConverterId
-