@Deprecated public class ConvertHandler extends MetaTagHandlerImpl
Will only set/create Converter is the passed UIComponent's parent is null, signifying that it wasn't restored from an existing tree.
See jakarta.faces.webapp.ConverterELTag See jakarta.faces.convert.Converter See jakarta.faces.component.ValueHoldernextHandler, tag, tagId| Constructor and Description | 
|---|
| ConvertHandler(ConverterConfig config)Deprecated.  | 
| ConvertHandler(TagConfig config)Deprecated.   | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(FaceletContext ctx,
     UIComponent parent)Deprecated.  Set Converter instance on parent ValueHolder if it's not being restored. | 
| protected Converter | createConverter(FaceletContext ctx)Deprecated.  Create a Converter instance | 
| protected MetaRuleset | createMetaRuleset(Class type)Deprecated.  Extend this method in order to add your own rules. | 
setAttributesgetAttribute, getRequiredAttribute, toStringpublic ConvertHandler(TagConfig config)
config - public ConvertHandler(ConverterConfig config)
public final void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException
createConverter.MetaTagHandler.setAttributes(FaceletContext, java.lang.Object)
 on Converter instance.IOExceptionFacesExceptionFaceletExceptionjakarta.el.ELExceptionprotected Converter createConverter(FaceletContext ctx)
ctx - FaceletContext to useprotected MetaRuleset createMetaRuleset(Class type)
MetaTagHandlerImplcreateMetaRuleset in class MetaTagHandlerImplCopyright © 2022 The Apache Software Foundation. All rights reserved.