|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.forms.xforms.XFormsProcessor
public class XFormsProcessor
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.alfresco.web.forms.FormProcessor |
---|
FormProcessor.ProcessingException, FormProcessor.Session |
Constructor Summary | |
---|---|
XFormsProcessor()
|
Method Summary | |
---|---|
FormProcessor.Session |
process(org.w3c.dom.Document instanceDataDocument,
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)
Generates html text which bootstraps the JavaScript code that will call back into the XFormsBean and get the xform and build the ui. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XFormsProcessor()
Method Detail |
---|
public FormProcessor.Session process(org.w3c.dom.Document instanceDataDocument, java.lang.String formInstanceDataName, Form form, java.io.Writer out) throws FormProcessor.ProcessingException
FormProcessor
process
in interface FormProcessor
instanceDataDocument
- 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
public void process(FormProcessor.Session session, java.io.Writer out) throws FormProcessor.ProcessingException
process
in interface FormProcessor
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 |