public class ValidateDoubleRangeTag extends MaxMinValidatorTag
validate_doublerange
tag.Modifier and Type | Field and Description |
---|---|
protected double |
maximum |
protected javax.el.ValueExpression |
maximumExpression |
protected double |
minimum |
protected javax.el.ValueExpression |
minimumExpression |
maximumSet, minimumSet
binding, validatorId
Constructor and Description |
---|
ValidateDoubleRangeTag() |
Modifier and Type | Method and Description |
---|---|
protected Validator |
createValidator()
Create and return a new
Validator to be registered
on our surrounding UIComponent . |
int |
doStartTag()
Create a new instance of the specified
Validator
class, and register it with the UIComponent instance associated
with our most immediately surrounding UIComponentTagBase instance, if
the UIComponent instance was created by this execution of the
containing Jakarta Server Pages page. |
void |
setMaximum(javax.el.ValueExpression newMaximum) |
void |
setMinimum(javax.el.ValueExpression newMinimum) |
createValidator, setBinding, setValidatorId
protected javax.el.ValueExpression maximumExpression
protected javax.el.ValueExpression minimumExpression
protected double maximum
protected double minimum
public void setMaximum(javax.el.ValueExpression newMaximum)
public void setMinimum(javax.el.ValueExpression newMinimum)
public int doStartTag() throws javax.servlet.jsp.JspException
ValidatorELTag
Create a new instance of the specified Validator
class, and register it with the UIComponent
instance associated
with our most immediately surrounding UIComponentTagBase
instance, if
the UIComponent
instance was created by this execution of the
containing Jakarta Server Pages page.
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class ValidatorELTag
javax.servlet.jsp.JspException
- if a Jakarta Server Pages error occursprotected Validator createValidator() throws javax.servlet.jsp.JspException
ValidatorELTag
Create and return a new Validator
to be registered
on our surrounding UIComponent
.
createValidator
in class AbstractValidatorTag
Validator
javax.servlet.jsp.JspException
- if a new instance cannot be createdComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.