|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface AjaxMethod
Annotates a method as an Ajax-callable method
Optional Element Summary | |
---|---|
ResponseFormat |
response
Defines the generated output format. |
java.lang.String |
roles
Defines a list of rolenames that the user must have to be allowed access to this method. |
public abstract java.lang.String roles
public abstract ResponseFormat response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |