Class DCInputsReader

java.lang.Object
org.dspace.app.util.DCInputsReader

public class DCInputsReader extends Object
Submission form generator for DSpace. Reads and parses the installation form definitions file, submission-forms.xml, from the configuration directory. A forms definition details the page and field layout of the metadata collection pages used by the submission process. Each forms definition starts with a unique name that gets associated with that form set. The file also specifies which collections use which form sets. At a minimum, the definitions file must define a default mapping from the placeholder collection #0 to the distinguished form 'default'. Any collections that use a custom form set are listed paired with the name of the form set they use. The definitions file also may contain sets of value pairs. Each value pair will contain one string that the user reads, and a paired string that will supply the value stored in the database if its sibling display value gets selected from a choice list.
Version:
$Revision$
Author:
Brian S. Hughes