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 SummaryOptional Elements
- 
Element Details- 
valueHttpMethod[] value- Default:
- {GET, POST}
 
 
-