|
Class Summary |
| MCREditorDefReader |
|
| MCREditorServlet |
This servlet handles form submissions from MyCoRe XML Editor pages and
converts the submitted data into a JDOM XML document for further processing. |
| MCREditorSubmission |
Container class that holds all data and files edited and submitted from an
HTML page that contains a MyCoRe XML editor form. |
| MCREditorVariable |
A single variable holding a value that was edited in a MyCoRe XML editor
form. |
| MCRInputValidator |
This class provides input validation methods for editor data. |
| MCRRequestParameters |
Wrapper class around an HTTP request that allows to treat both ordinary form
submission and multipart/form-data submissions with uploaded files in the
same way. |