javax.swing.text.html
Class FormSubmitEvent.MethodType

java.lang.Object
  extended by javax.swing.text.html.FormSubmitEvent.MethodType
Enclosing class:
FormSubmitEvent

public static class FormSubmitEvent.MethodType
extends Object

The submit method.


Field Summary
static FormSubmitEvent.MethodType GET
          Indicates a form submit with HTTP method GET.
static FormSubmitEvent.MethodType POST
          Indicates a form submit with HTTP method POST.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.