public final class ValidateDelegateHandler
extends jakarta.faces.view.facelets.ValidatorHandler
| Constructor and Description |
|---|
ValidateDelegateHandler(jakarta.faces.view.facelets.ValidatorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected jakarta.faces.view.facelets.MetaRuleset |
createMetaRuleset(Class type)
The default implementation simply calls through to |
protected String |
getValidator(jakarta.faces.view.facelets.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, toStringpublic ValidateDelegateHandler(jakarta.faces.view.facelets.ValidatorConfig config)
protected String getValidator(jakarta.faces.view.facelets.FaceletContext ctx)
Application.createValidator(java.lang.String)protected jakarta.faces.view.facelets.MetaRuleset createMetaRuleset(Class type)
jakarta.faces.view.facelets.DelegatingMetaTagHandler
The default implementation simply calls through to TagHandlerDelegate.createMetaRuleset(java.lang.Class) and returns the
result.
createMetaRuleset in class jakarta.faces.view.facelets.DelegatingMetaTagHandlertype - the Class for which the MetaRuleset must be created.MetaRuleset.Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.