javax.swing.text.html
public static class FormSubmitEvent.MethodType extends Object
Modifier and Type | Field and Description |
---|---|
static FormSubmitEvent.MethodType |
GET
Indicates a form submit with HTTP method GET.
|
static FormSubmitEvent.MethodType |
POST
Indicates a form submit with HTTP method POST.
|
public static final FormSubmitEvent.MethodType POST
public static final FormSubmitEvent.MethodType GET