public final class ConvertDelegateHandler extends ConverterHandler
delegateFactorynextHandler, tag, tagId| Constructor and Description |
|---|
ConvertDelegateHandler(ConverterConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter |
createConverter(FaceletContext ctx)
Uses the specified "converterId" to pull an instance from the Application
|
protected MetaRuleset |
createMetaRuleset(Class type)
The default implementation simply
calls through to |
getConverterId, getTagHandlerDelegateapplyAttachedObject, getAttachedObjectHandlerHelper, getForapply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributesgetAttribute, getRequiredAttribute, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyAttachedObject, getForpublic ConvertDelegateHandler(ConverterConfig config)
config - protected Converter createConverter(FaceletContext ctx) throws FacesException, javax.el.ELException, FaceletException
FacesExceptionjavax.el.ELExceptionFaceletExceptionApplication.createComponent(java.lang.String)protected MetaRuleset createMetaRuleset(Class type)
DelegatingMetaTagHandlerThe default implementation simply
calls through to TagHandlerDelegate.createMetaRuleset(java.lang.Class) and
returns the result.
createMetaRuleset in class DelegatingMetaTagHandlertype - the Class for which the
MetaRuleset must be created.MetaRuleset.Copyright © 1997–2019 Eclipse Foundation. All rights reserved.