Uses of Class
org.apache.commons.validator.routines.RegexValidator
-
Packages that use RegexValidator Package Description org.apache.commons.validator.routines This package contains independant validation routines. -
-
Uses of RegexValidator in org.apache.commons.validator.routines
Methods in org.apache.commons.validator.routines that return RegexValidator Modifier and Type Method Description RegexValidatorCodeValidator. getRegexValidator()Return the regular expression validator.Constructors in org.apache.commons.validator.routines with parameters of type RegexValidator Constructor Description CodeValidator(RegexValidator regexValidator, int minLength, int maxLength, CheckDigit checkdigit)Construct a code validator with a specified regular expression validator, minimum/maximum length andCheckDigitvalidation.CodeValidator(RegexValidator regexValidator, int length, CheckDigit checkdigit)Construct a code validator with a specified regular expression, validator, length andCheckDigitvalidation.CodeValidator(RegexValidator regexValidator, CheckDigit checkdigit)Construct a code validator with a specified regular expression, validator andCheckDigitvalidation.UrlValidator(java.lang.String[] schemes, RegexValidator authorityValidator, long options)Customizable constructor.UrlValidator(RegexValidator authorityValidator, long options)Initialize a UrlValidator with the given validation options.
-