|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface AjaxParam
Annotation for function parameters to an Ajax-callable method. This defines the name of the parameter within the request and any possible defaults.
Required Element Summary | |
---|---|
java.lang.String |
value
The default attribute defines the request parameter's name of this parameter in a GET URL. |
Optional Element Summary | |
---|---|
java.lang.String |
dflt
An optional default parameter value. |
boolean |
json
|
boolean |
trim
|
Element Detail |
---|
public abstract java.lang.String value
public abstract java.lang.String dflt
public abstract boolean trim
public abstract boolean json
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |