public class BeanValidatorTag
extends javax.faces.webapp.ValidatorELTag
| Constructor and Description |
|---|
BeanValidatorTag() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.faces.validator.Validator |
createValidator() |
void |
setBinding(javax.el.ValueExpression binding)
Set the expression that will be used to create a
ValueExpression that references a backing bean property
of the HibernateValidator instance to be created. |
void |
setSummary(javax.el.ValueExpression __summary)
Summary message for a validation errors.
|
public void setSummary(javax.el.ValueExpression __summary)
summary - - new valuepublic void setBinding(javax.el.ValueExpression binding)
Set the expression that will be used to create a
ValueExpression that references a backing bean property
of the HibernateValidator instance to be created.
binding - The new expressionprotected javax.faces.validator.Validator createValidator()
throws javax.servlet.jsp.JspException
createValidator in class javax.faces.webapp.ValidatorELTagjavax.servlet.jsp.JspExceptionCopyright © 2014. All Rights Reserved.