public final class ValidateDelegateHandler extends ValidatorHandler
delegateFactorynextHandler, tag, tagId| Constructor and Description |
|---|
ValidateDelegateHandler(ValidatorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected MetaRuleset |
createMetaRuleset(Class type)
The default implementation simply
calls through to |
protected String |
getValidator(FaceletContext ctx)
Resolve the validator id from the attribute "validatorId", which is then used to create a new
Validator instance from the Application.
|
getTagHandlerDelegate, getValidatorConfig, getValidatorIdapplyAttachedObject, getAttachedObjectHandlerHelper, getForapply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributesgetAttribute, getRequiredAttribute, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyAttachedObject, getForpublic ValidateDelegateHandler(ValidatorConfig config)
protected String getValidator(FaceletContext ctx)
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.