|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfedora.server.validation.ValidationUtility
public abstract class ValidationUtility
Misc validation-related functions.
| Constructor Summary | |
|---|---|
ValidationUtility()
|
|
| Method Summary | |
|---|---|
static void |
validateURL(java.lang.String url,
boolean canBeRelative)
Validates the candidate URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationUtility()
| Method Detail |
|---|
public static void validateURL(java.lang.String url,
boolean canBeRelative)
throws ValidationException
url - The URL to validate.canBeRelative - No effect. All URLs must be absolute.
ValidationException - if the URL is malformed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||