|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.formproc.store.AbstractStorer
|
+--org.formproc.store.ReflectionStorer
Implementation of the Storer interface which uses reflection to store the specified field value in the target object of the specified Form.
| Constructor Summary | |
ReflectionStorer()
Construct a new ReflectionStorer. |
|
| Method Summary | |
void |
store(Form form,
java.lang.String name,
java.lang.Object value,
java.util.Locale locale)
Store the field data in the target object. |
| Methods inherited from class org.formproc.store.AbstractStorer |
loadConfiguration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReflectionStorer()
| Method Detail |
public void store(Form form,
java.lang.String name,
java.lang.Object value,
java.util.Locale locale)
throws java.lang.Exception
name - The field namevalue - The field valueform - The formlocale - The Locale
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||