Uses of Class
com.googlecode.jatl.MarkupBuilder
-
-
Uses of MarkupBuilder in com.googlecode.jatl
Subclasses of MarkupBuilder in com.googlecode.jatl Modifier and Type Class 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 anHtmlBuilder
by callingHtmlWriter.write(Writer)
.Constructors in com.googlecode.jatl with parameters of type MarkupBuilder Constructor 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.
-