public final class ValidateDelegateHandler
extends javax.faces.view.facelets.ValidatorHandler
Modifier and Type | Field and Description |
---|---|
private javax.faces.view.facelets.TagAttribute |
validatorId |
Constructor and Description |
---|
ValidateDelegateHandler(javax.faces.view.facelets.ValidatorConfig config) |
Modifier and Type | Method and Description |
---|---|
protected javax.faces.view.facelets.MetaRuleset |
createMetaRuleset(java.lang.Class type) |
protected java.lang.String |
getValidator(javax.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, getValidatorId
applyAttachedObject, getAttachedObjectHandlerHelper, getFor
apply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
getAttribute, getRequiredAttribute, toString
public ValidateDelegateHandler(javax.faces.view.facelets.ValidatorConfig config)
protected java.lang.String getValidator(javax.faces.view.facelets.FaceletContext ctx)
Application.createValidator(java.lang.String)
protected javax.faces.view.facelets.MetaRuleset createMetaRuleset(java.lang.Class type)
createMetaRuleset
in class javax.faces.view.facelets.DelegatingMetaTagHandler
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.