@Retention(value=RUNTIME) @Target(value=TYPE) public @interface AjaxHandler
| Modifier and Type | Optional Element and Description |
|---|---|
ResponseFormat |
response
Defines the generated output format.
|
String |
roles
Defines a list of rolenames that the user must have
to be allowed access to this handler.
|
public abstract String roles
public abstract ResponseFormat response
Copyright © 2017 etc.to. All rights reserved.