|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface AjaxHandler
Defines that a class is an AJAX callable handler class.
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 handler. |
public abstract java.lang.String roles
public abstract ResponseFormat response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |