Class ConvertDelegateHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- jakarta.faces.view.facelets.MetaTagHandler
- 
- jakarta.faces.view.facelets.DelegatingMetaTagHandler
- 
- jakarta.faces.view.facelets.FaceletsAttachedObjectHandler
- 
- jakarta.faces.view.facelets.ConverterHandler
- 
- org.apache.myfaces.view.facelets.tag.faces.core.ConvertDelegateHandler
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- AttachedObjectHandler,- FaceletHandler,- ValueHolderAttachedObjectHandler
 
 @JSFFaceletTag(name="f:converter", bodyContent="empty") public final class ConvertDelegateHandler extends ConverterHandlerRegister a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.- Version:
- $Id$
- Author:
- Jacob Hookom
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandlerdelegateFactory
 - 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description ConvertDelegateHandler(ConverterConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConvertercreateConverter(FaceletContext ctx)Uses the specified "converterId" to pull an instance from the Application See jakarta.faces.application.Application#createComponent(java.lang.String) See org.apache.myfaces.view.facelets.tag.faces.ConverterHandler#createConverter( jakarta.faces.view.facelets.FaceletContext)protected MetaRulesetcreateMetaRuleset(Class type)StringgetConverterId(FaceletContext ctx)- 
Methods inherited from class jakarta.faces.view.facelets.ConverterHandlergetTagHandlerDelegate
 - 
Methods inherited from class jakarta.faces.view.facelets.FaceletsAttachedObjectHandlerapplyAttachedObject, getAttachedObjectHandlerHelper, getFor
 - 
Methods inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandlerapply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
 - 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface jakarta.faces.view.AttachedObjectHandlerapplyAttachedObject, getFor
 
- 
 
- 
- 
- 
Constructor Detail- 
ConvertDelegateHandlerpublic ConvertDelegateHandler(ConverterConfig config) 
 
- 
 - 
Method Detail- 
createConverterprotected Converter createConverter(FaceletContext ctx) throws FacesException, jakarta.el.ELException, FaceletException Uses the specified "converterId" to pull an instance from the Application See jakarta.faces.application.Application#createComponent(java.lang.String) See org.apache.myfaces.view.facelets.tag.faces.ConverterHandler#createConverter( jakarta.faces.view.facelets.FaceletContext)- Throws:
- FacesException
- jakarta.el.ELException
- FaceletException
 
 - 
createMetaRulesetprotected MetaRuleset createMetaRuleset(Class type) - Overrides:
- createMetaRulesetin class- DelegatingMetaTagHandler
 
 - 
getConverterIdpublic String getConverterId(FaceletContext ctx) - Overrides:
- getConverterIdin class- ConverterHandler
 
 
- 
 
-