Annotation Interface HttpGetOrPost
Use this annotation to allow call action or action's method via GET or POST request only
- Since:
- 6.2.0
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
HttpMethod[] value- Default:
- {GET, POST}
-