Class LengthValidatorControl

  • All Implemented Interfaces:
    VariableResolver, IControl, IValidatorControl

    public class LengthValidatorControl
    extends ValidatorControl
    Validator that verifies the size of the value. This validator definition reads its parameters from the minLength attribute and maxLength attribute. If an attribute was not specified, the corresponding validation is not done. If the value is null, it is accepted; use a required validator if you do not wish to accept null.
    Since:
    4.0.0
    Version:
    $Revision: 20605 $ $Date: 2017-10-10 17:07:21 -0300 (Tue, 10 Oct 2017) $
    See Also:
    RequiredValueValidatorControl