|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormProcessor
Generates a user interface for inputing data into a template.
Nested Class Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.ProcessingException
void 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.ProcessingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |