javax.swing.text.html
Class FormSubmitEvent.MethodType
java.lang.Object
javax.swing.text.html.FormSubmitEvent.MethodType
- Enclosing class:
- FormSubmitEvent
public static class FormSubmitEvent.MethodType
- extends Object
The submit method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POST
public static final FormSubmitEvent.MethodType POST
- Indicates a form submit with HTTP method POST.
GET
public static final FormSubmitEvent.MethodType GET
- Indicates a form submit with HTTP method GET.