Class HtmlBuilder<T>

Type Parameters:
T - See MarkupBuilder for how this should be parameterized.
Direct Known Subclasses:
Html, HtmlWriter

public abstract class HtmlBuilder<T> extends GeneratedHtmlBuilder<T>
Most of the XHTML tags and attributes are available as methods. A rule of thumb is that most tags are zero parameter methods and attribute methods are single parameter.
  • Constructor Details

    • HtmlBuilder

      public HtmlBuilder(Writer writer)
    • HtmlBuilder

      public HtmlBuilder(MarkupBuilder<?> builder)
    • HtmlBuilder

      public HtmlBuilder(MarkupBuilder<?> builder, boolean nested)
    • HtmlBuilder

      protected HtmlBuilder()
  • Method Details