|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface FormData
This interface describes the form data gleaned from an HTML page. The data will be combined with override information from a LoginParameters object to construct the proper information for a form submission.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
static int |
SUBMITMETHOD_GET
|
static int |
SUBMITMETHOD_POST
|
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final java.lang.String _rcsid
static final int SUBMITMETHOD_GET
static final int SUBMITMETHOD_POST
| Method Detail |
|---|
java.lang.String getActionURI()
int getSubmitMethod()
java.util.Iterator getElementIterator()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||