Annotation Interface HandlePost
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@HandleWeb(value="",
method="POST")
public @interface HandlePost
Handles incoming HTTP
POST requests for the specified path(s).
This is a specialization of HandleWeb for POST method requests.
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
-
disabled
boolean disabledIftrue, disables this handler during discovery.- Default:
false
-
passive
boolean passiveIftrue, the handler will not publish a response to theWebResponselog.- Default:
false
-