Class HtmlDocumentBuilder
java.lang.Object
org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder
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
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected HtmlDocumentBuilder.HtmlWriteContext
protected Deque<HtmlElementWriter>
protected StringWriter
-
Constructor Summary
-
Method Summary
-
Field Details
-
context
-
elements
-
writer
-
-
Constructor Details
-
HtmlDocumentBuilder
-
-
Method Details
-
startElement
-
endElement
-
getHtmlString
-