public final class ConvertNumberHandler
extends javax.faces.view.facelets.ConverterHandler
| Constructor and Description |
|---|
ConvertNumberHandler(javax.faces.view.facelets.ConverterConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.faces.convert.Converter |
createConverter(javax.faces.view.facelets.FaceletContext ctx)
Returns a new NumberConverter
|
javax.faces.view.facelets.MetaRuleset |
createMetaRuleset(Class type)
The default implementation simply
calls through to |
void |
setAttributes(javax.faces.view.facelets.FaceletContext ctx,
Object obj)
Invoking/extending this method will cause the results of the created
MetaRuleset to auto-wire state to the passed instance.
|
getConverterId, getTagHandlerDelegateapplyAttachedObject, getAttachedObjectHandlerHelper, getForapply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabledgetAttribute, getRequiredAttribute, toStringpublic ConvertNumberHandler(javax.faces.view.facelets.ConverterConfig config)
config - protected javax.faces.convert.Converter createConverter(javax.faces.view.facelets.FaceletContext ctx)
throws javax.faces.FacesException,
javax.el.ELException,
javax.faces.view.facelets.FaceletException
javax.faces.FacesExceptionjavax.el.ELExceptionjavax.faces.view.facelets.FaceletExceptionNumberConverterpublic void setAttributes(javax.faces.view.facelets.FaceletContext ctx,
Object obj)
javax.faces.view.facelets.MetaTagHandlersetAttributes in class javax.faces.view.facelets.DelegatingMetaTagHandlerctx - the Facelet context.obj - the instance.public javax.faces.view.facelets.MetaRuleset createMetaRuleset(Class type)
javax.faces.view.facelets.DelegatingMetaTagHandlerThe default implementation simply
calls through to TagHandlerDelegate.createMetaRuleset(java.lang.Class) and
returns the result.
createMetaRuleset in class javax.faces.view.facelets.DelegatingMetaTagHandlertype - the Class for which the
MetaRuleset must be created.MetaRuleset.Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.