Annotation Interface FormMethod
An enumeration specifying the HTTP method to submit the form with.
-
Field Summary
-
Field Details
-
post
The POST method; form data sent as the request body.- See Also:
-
get
The GET method; form data appended to the action URL with a ? separator. Use this method when the form has no side-effects.- See Also:
-
dialog
When the form is inside a <dialog>, closes the dialog on submission.- See Also:
-