|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface HttpMethodRequired
An @HttpMethodRequired annotated action method will only be executed if the HTTP request uses the correct method.
In the general case a method requires a specific HTTP method to be used:HttpMethodValidationInterceptor| Required Element Summary | |
|---|---|
com.atlassian.xwork.HttpMethod[] |
value
Require the current request to use one of the methods listed. |
| Element Detail |
|---|
public abstract com.atlassian.xwork.HttpMethod[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||