Package org.apache.tapestry5.validator


package org.apache.tapestry5.validator
Validators for use by Tapestry (and custom) form field components.
  • Class
    Description
    Base class for constructing a Validator.
    A validator that enforces that the value is true.
    A validator that checks if a given string is well-formed email address.
    Enforces a maximum integer value.
    Validates that a string value has not exceeded a maximum length.
     
    Validates that a string value has a minimum length.
    The none validator is does nothing on either the client or the server; primarily it is employed as the validate parameter, to override the validation specified in the Validate annotation of a property.
    Enforces that the input matches a provided regular expression.
    A validator that enforces that the value is not null and not the empty string.
    A validator that enforces that the value is false.
    Allows support for "validator macros", a simple-minded way of combining several related valiations together under a single name.