public interface FormProcessor
extends java.io.Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FormProcessor.ProcessingException
Exception for errors encoutered during form processing.
|
static interface |
FormProcessor.Session
An abstraction layer around the xml content which allows
for reseting the xml content being collected by the input method.
|
| Modifier and Type | Method and Description |
|---|---|
FormProcessor.Session |
process(org.w3c.dom.Document formInstanceData,
java.lang.String formInstanceDataName,
Form form,
java.io.Writer out)
Processes a user interface for inputing data into a form.
|
void |
process(FormProcessor.Session session,
java.io.Writer out)
Processes a user interface for inputing data into a form.
|
FormProcessor.Session process(org.w3c.dom.Document formInstanceData, java.lang.String formInstanceDataName, Form form, java.io.Writer out) throws FormProcessor.ProcessingException
formInstanceData - provides the xml instance data if available.formInstanceDataName - the name of the form instance data being modified.form - the form to generate forout - the writer to write the output to.FormProcessor.ProcessingExceptionvoid process(FormProcessor.Session session, java.io.Writer out) throws FormProcessor.ProcessingException
session - the session to use.out - the writer to write the output to.FormProcessor.ProcessingExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.