Package | Description |
---|---|
org.apache.commons.validator |
The Validator package provides validation for JavaBeans based on an xml file.
|
org.apache.commons.validator.routines |
This package contains independant validation routines.
|
Modifier and Type | Field and Description |
---|---|
private static UrlValidator |
GenericValidator.URL_VALIDATOR
UrlValidator used in wrapper method.
|
Modifier and Type | Field and Description |
---|---|
private static UrlValidator |
UrlValidator.DEFAULT_URL_VALIDATOR
Singleton instance of this class with default schemes and options.
|
Modifier and Type | Method and Description |
---|---|
static UrlValidator |
UrlValidator.getInstance()
Returns the singleton instance of this class with default schemes and options.
|