Modifier and Type | Class and Description |
---|---|
class |
Html
Most of the XHTML tags and attributes are available as methods.
|
class |
HtmlBuilder<T>
Most of the XHTML tags and attributes are available as methods.
|
class |
HtmlWriter
Writes HTML using an
HtmlBuilder
by calling HtmlWriter.write(Writer) . |
Constructor and Description |
---|
Html(MarkupBuilder<?> builder)
|
Html(MarkupBuilder<?> builder,
boolean nested)
|
HtmlBuilder(MarkupBuilder<?> builder) |
HtmlBuilder(MarkupBuilder<?> builder,
boolean nested) |
MarkupBuilder(MarkupBuilder<?> builder)
Create a nested builder from given builder.
|
MarkupBuilder(MarkupBuilder<?> builder,
boolean nested)
Create a nested builder from a builder or resume from a builder.
|
Copyright © 2010–2022 JATL. All rights reserved.