java.io.Serializable, URICheckerpublic class StandardURIChecker extends java.lang.Object implements URIChecker, java.io.Serializable
ConversionRules used when the value is checked.| Modifier | Constructor | Description |
|---|---|---|
protected |
StandardURIChecker() |
Protected constructor to allow subclassing
|
| Modifier and Type | Method | Description |
|---|---|---|
static StandardURIChecker |
getInstance() |
|
boolean |
isValidURI(java.lang.CharSequence value) |
Validate a string to determine whether it is a valid URI
|
static void |
main(java.lang.String[] args) |
protected StandardURIChecker()
public static StandardURIChecker getInstance()
public boolean isValidURI(java.lang.CharSequence value)
isValidURI in interface URICheckervalue - the string to be checkedpublic static void main(java.lang.String[] args)