Modifier and Type | Class and Description |
---|---|
protected static class |
FormDataAccumulator.FormItemIterator
Iterator over FormItems
|
Modifier and Type | Field and Description |
---|---|
protected String |
actionURI
The form's action URI
|
protected static int |
ELEMENTCATEGORY_FIXEDEXCLUSIVE |
protected static int |
ELEMENTCATEGORY_FIXEDINCLUSIVE |
protected static int |
ELEMENTCATEGORY_FREEFORM |
protected ArrayList |
elementList
The set of elements
|
protected int |
submitMethod
The form's submit method
|
_rcsid, SUBMITMETHOD_GET, SUBMITMETHOD_POST
Constructor and Description |
---|
FormDataAccumulator(String actionURI,
int submitMethod) |
Modifier and Type | Method and Description |
---|---|
void |
addElement(Map attributes) |
void |
applyOverrides(LoginParameters lp) |
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.
|
void |
overrideActionURI(String overrideURI) |
protected static final int ELEMENTCATEGORY_FREEFORM
protected static final int ELEMENTCATEGORY_FIXEDEXCLUSIVE
protected static final int ELEMENTCATEGORY_FIXEDINCLUSIVE
protected String actionURI
protected int submitMethod
protected ArrayList elementList
public FormDataAccumulator(String actionURI, int submitMethod)
public void addElement(Map attributes)
public void overrideActionURI(String overrideURI)
public void applyOverrides(LoginParameters lp)
public String getActionURI()
getActionURI
in interface FormData
public int getSubmitMethod()
getSubmitMethod
in interface FormData
public Iterator getElementIterator()
getElementIterator
in interface FormData