|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=PARAMETER) @Documented public @interface QueryParameter
Indicates that this parameter is injected from HTTP query parameter.
Optional Element Summary | |
---|---|
boolean |
fixEmpty
If true, and the actual value of this parameter is "", null is passed instead. |
boolean |
required
If true, request without this header will be rejected. |
java.lang.String |
value
query parameter name. |
public abstract java.lang.String value
public abstract boolean required
public abstract boolean fixEmpty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |