|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) @Documented @Validator(value="url") public @interface UrlType
An annotation to validate if the value is a url.
Optional Element Summary | |
---|---|
boolean |
allow2slashes
Whether to allow double slashes. |
boolean |
allowallschemes
Whether to allow all schemes. |
Arg |
arg0
The first argument. |
Msg |
msg
The message. |
boolean |
nofragments
Whether the value is no fragments. |
String |
schemes
The allowed schemes. |
String[] |
targets
Specifies the execute method names which are validation targets. |
public abstract boolean allowallschemes
public abstract boolean allow2slashes
public abstract boolean nofragments
public abstract String schemes
public abstract Msg msg
public abstract Arg arg0
public abstract String[] targets
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |