Modifier and Type | Interface and Description |
---|---|
interface |
MarkupBuilderWriter
The methods in this class will be merged with
MarkupWriter in 0.3.0. |
Modifier and Type | Class and Description |
---|---|
class |
HtmlWriter
Writes HTML using an
HtmlBuilder
by calling HtmlWriter.write(Writer) . |
Modifier and Type | Method and Description |
---|---|
T |
MarkupBuilder.write(MarkupWriter... writers)
Writes immediately by passing the writer to each
MarkupWriter
in the order passed in. |
Copyright © 2010–2021 JATL. All rights reserved.