public abstract class UESURIValidator extends BaseValidator
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.Class<?> | 
objectClass
Object class. 
 | 
private java.lang.String | 
value
Value to be checked. 
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
UESURIValidator(java.lang.String aValue,
Creates new instance of validator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<?> | 
getObjectClass()
Returns object class to be checked. 
 | 
java.lang.String | 
getValue()
Returns value to be checked. 
 | 
static UESURIValidator | 
checkNormalizedUri(java.lang.String value)
Validates whether input is normalized URI. 
 | 
static UESURIValidator | 
checkNormalizedUri(UESURI value)
Validates whether input is normalized URI. 
 | 
static UESURIValidator | 
checkUri(java.lang.String aValue)
Validates whether input is URI. 
 | 
void | 
setObjectClass(java.lang.Class<?> aClass)
Sets object class to be checked. 
 | 
void | 
setValue(java.lang.String aValue)
Sets value to be checked. 
 | 
protected boolean | 
validateUri()
Checks if value is valid URI. 
 | 
getMessage, isValid, setMessage, validateaValue - URI to be checkedaObjectClass - Class of object referenced by URIaValue - Value to be checkedaClass - Object class to be checkedaValue - Text to be evaluatedvalue - UESURI to be checkedvalue - value to be checked