|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.commons.iloader.node.validators.UriValidator
public class UriValidator
A validator for URIs. For convenience a static version is also supplied
com.ibm.commons.iloader.node.validators.UriValidator.instance.
URI| Field Summary | |
|---|---|
static UriValidator |
instance
A static instance of the validator. |
| Constructor Summary | |
|---|---|
UriValidator()
Creates a new instance of this validator. |
|
UriValidator(boolean isEmptyValid)
Creates a new URI validator with the given parameter. |
|
| Method Summary | |
|---|---|
boolean |
isBeingValid(java.lang.String value)
Always returns true. |
boolean |
isValid(java.lang.String value,
Messages messages)
Determines if the overall input is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final UriValidator instance
| Constructor Detail |
|---|
public UriValidator()
public UriValidator(boolean isEmptyValid)
isEmptyValid - true if the uri is considered valid when empty. False if a value if required.| Method Detail |
|---|
public boolean isBeingValid(java.lang.String value)
isBeingValid in interface IValidatorvalue -
public boolean isValid(java.lang.String value,
Messages messages)
IValidatormessages
bundle. Any messages added will be displayed to the end user in the form of a messagebox.
isValid in interface IValidatorvalue - the string value which has been entered by the end user and requires validation.messages - a bundle of messages to be displayed to the end user in the event that validation fails.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||