Class HtmlDocumentBuilder

java.lang.Object
org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder

public class HtmlDocumentBuilder extends Object

The HtmlDocumentBuilder is part of the HtmlFormEngine and maintains a stack of element which are written out to a StringWriter.

Actual writing of the html elements is delegated to the HtmlElementWriter.

Author:
Daniel Meyer