A generator that streams an XML representation of a Woody Form. This will
recursively contain the XML for all widgets on the form. This can then be styled
using an XSLT.
An alternative approach that requires less (or even none) XSLT work is offered by
the WoodyTemplateTransformer.
The Form whose XML should be produced should reside either
In a request attribute, whose name should be provided to this
generator as a sitemap parameter called "attribute-name".
Or else at its default-location in the flow context-object.
generate()
Generate the XML and stream it into the pipeline
void
recycle()
Recycle the generator by removing references
void
setup(SourceResolver resolver,
Map objectModel,
String src,
Parameters par)
Set the SourceResolver, object model Map,
the source and sitemap Parameters used to process the request.