Package com.ibm.xsp.validator

Validator classes.

See:
          Description

Interface Summary
ClientSideValidator This interface defines a validator that implements client side validation.
FacesRequiredValidator The required validator is not a normal validator, because it does not perform the validation in its validate method.
 

Class Summary
AbstractValidator Useful superclass for server-side validators.
ConstraintValidator Validates a value using an regular expression.
DateTimeRangeValidator Extends the standard date time range validator to add support for automatic client-side validation and computed expressions on it's properties.
DoubleRangeValidatorEx2 Extends the standard double range validator to add support for automatic client-side validation and computed expressions on the properties.
ExpressionValidator Extends the standard expression validator to add support for automatic client-side validation and computed expressions on it's properties.
LengthValidatorEx Extends the standard length validator to add support for automatic client-side validation and computed expressions on it's properties.
LongRangeValidatorEx2 Extends the standard long range validator to add support for automatic client-side validation and computed expressions on it's properties.
ModulusSelfCheckValidator A modulus self check validator with support for automatic client-side validation and computed expressions on its properties.
RequiredValidator The "xp:validateRequired" tag used in the XPage source.
ValidatorImpl The xp:validator tag, which acts as a factory and wrapper for validators created by calling Application.createValidator(java.lang.String).
ValidatorMethodBinding This is used to add a method binding to the EditableValueHolder.getValidators() list.
 

Package com.ibm.xsp.validator Description

Validator classes.