|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceid.saml20.adapter.gui.validation.impl.URLValidator
public class URLValidator
The URLValidator
class validates a URL string.
Constructor Summary | |
---|---|
URLValidator()
|
Method Summary | |
---|---|
void |
validate(Field field)
Validate if the fieldValue string represents a valid URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLValidator()
Method Detail |
---|
public void validate(Field field) throws ValidationException
validate
in interface FieldValidator
field
- the field (name and value) to validate.
ValidationException
- if the field is invalid.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |