public abstract class UESURIValidator extends UESURIValidator
| Modifier | Constructor and Description | 
|---|---|
protected  | 
UESURIValidator(java.lang.String aValue,
Creates a new instance of UESURIValidator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static UESURIValidator | 
checkUri(java.lang.String aValue)
Tests, whether the specified string contains valid core UESURI. 
 | 
protected boolean | 
validateUri()
TODO When this method is changed (e.g. bug fix), check super 
 implementation (on platform UESURIValidator) too. 
 | 
getObjectClass, getValue, checkNormalizedUri, checkNormalizedUri, setObjectClass, setValuegetMessage, isValid, setMessage, validateaValue - Tested value.aObjectClass - Expected class of UESURI contained in the tested value.aValue - Tested string.validateUri in class UESURIValidatorUESURIValidator.validateUri()