Abstract 'binding' class for DSpace Submission Steps which use the JSP-UI.
These methods revolve around the following: (1) pre-processing of data to
prepare for display, (2) displaying the JSP, and (3) post-processing of any
user input (or alternatively backend processing, for non-interactive steps).
For the JSP UI, the job of this class is to maintain the context of where the
user is within the current "step" of the submission process. |