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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HtmlDocumentBuilder.HtmlWriteContextprotected Deque<HtmlElementWriter>protected StringWriter -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
context
-
elements
-
writer
-
-
Constructor Details
-
HtmlDocumentBuilder
-
-
Method Details
-
startElement
-
endElement
-
getHtmlString
-