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