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 classHtmlMost of the XHTML tags and attributes are available as methods.classHtmlBuilder<T>Most of the XHTML tags and attributes are available as methods.classHtmlWriterWrites HTML using anHtmlBuilderby 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.
-