public interface FormData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
static int |
SUBMITMETHOD_GET |
static int |
SUBMITMETHOD_POST |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionURI()
Get the full action URI for this form.
|
java.util.Iterator |
getElementIterator()
Iterate over the active form data elements.
|
int |
getSubmitMethod()
Get the submit method for this form.
|
static final java.lang.String _rcsid
static final int SUBMITMETHOD_GET
static final int SUBMITMETHOD_POST
java.lang.String getActionURI()
int getSubmitMethod()
java.util.Iterator getElementIterator()