|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RegexValidator | |
|---|---|
| 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 | |
|---|---|
RegexValidator |
CodeValidator.getRegexValidator()
Return the regular expression validator. |
| Constructors in org.apache.commons.validator.routines with parameters of type RegexValidator | |
|---|---|
CodeValidator(RegexValidator regexValidator,
CheckDigit checkdigit)
Construct a code validator with a specified regular expression, validator and CheckDigit validation. |
|
CodeValidator(RegexValidator regexValidator,
int length,
CheckDigit checkdigit)
Construct a code validator with a specified regular expression, validator, length and CheckDigit validation. |
|
CodeValidator(RegexValidator regexValidator,
int minLength,
int maxLength,
CheckDigit checkdigit)
Construct a code validator with a specified regular expression validator, minimum/maximum length and CheckDigit validation. |
|
UrlValidator(RegexValidator authorityValidator,
long options)
Initialize a UrlValidator with the given validation options. |
|
UrlValidator(String[] schemes,
RegexValidator authorityValidator,
long options)
Customizable constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||