|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.formproc.FormData
A name/value pair for a single form field.
| Constructor Summary | |
FormData(java.lang.String name,
java.lang.Object value)
Construct a new FormData object for the given field name with the given value. |
|
| Method Summary | |
java.lang.String |
getName()
Get the field name. |
java.lang.Object |
getValue()
Get the value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FormData(java.lang.String name,
java.lang.Object value)
name - The field namevalue - The value| Method Detail |
public java.lang.String getName()
public java.lang.Object getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||