|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Actions
This annotation can be used to map a request handler to:

| Optional Element Summary | |
|---|---|
java.lang.String |
expression
A Tagger Cat EL expression that returns true to match this handler |
boolean |
firstMatchOnly
Should pattern matching stop if this is included in the action chain |
java.lang.String |
names
A comma separated list of action names supported by this handler |
int |
priority
The search priority on this action |
java.lang.String |
queryStringRegex
The regular expression matching the query string supported by this handler |
boolean |
requiresSession
Does this action require a valid active session |
java.lang.String |
URIregex
The Regular expression matching the URIs supported by this handler |
boolean |
validOnDelete
Does this action apply to DELETE request |
boolean |
validOnGet
Does this action apply to GET request |
boolean |
validOnPost
Does this action apply to POST requests |
boolean |
validOnPut
Does this action apply to PUT requests |
public abstract java.lang.String names
public abstract java.lang.String queryStringRegex
public abstract java.lang.String URIregex
public abstract java.lang.String expression
public abstract boolean validOnPost
public abstract boolean validOnGet
public abstract boolean validOnPut
public abstract boolean validOnDelete
public abstract int priority
public abstract boolean requiresSession
public abstract boolean firstMatchOnly
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||