Package org.formproc.store

Package which contains classes used for storing field values into some target object.

See:
          Description

Interface Summary
Storer Interface implemented by classes which can store the given field data in the target object.
 

Class Summary
AbstractStorer Base abstract class for Storer implementations.
MapStorer Implementation of the Storer interface which stores values in a Map.
ReflectionStorer Implementation of the Storer interface which uses reflection to store the specified field value in the target object of the specified Form.
 

Package org.formproc.store Description

Package which contains classes used for storing field values into some target object. This can be done by using reflection to invoke specified methods with the field value as an argument, storing the data in a hash map, or any other method. The primary interface is the Storer interface. Classes which will implement storing should implement this interface.



Copyright (c) 2001-2003 Anthony Eden. All Rights Reserved.