Package htmlflow

Class HtmlDoc

All Implemented Interfaces:
org.xmlet.htmlapifaster.async.AsyncElement<HtmlPage>, org.xmlet.htmlapifaster.Element<HtmlPage,org.xmlet.htmlapifaster.Element<?,?>>

public class HtmlDoc extends HtmlPage
Static Html view.
Author:
Miguel Gamboa, Luís Duare
  • Method Details

    • html

      public final org.xmlet.htmlapifaster.Html<HtmlPage> html()
      Specified by:
      html in class HtmlPage
    • getName

      public String getName()
    • setIndented

      public HtmlPage setIndented(boolean isIndented)
      Description copied from class: HtmlPage
      Returns a new instance of HtmlFlow with the same properties of this object but with indented set to the value of isIndented parameter.
      Specified by:
      setIndented in class HtmlPage
    • threadSafe

      public HtmlPage threadSafe()
      Specified by:
      threadSafe in class HtmlPage
    • getVisitor

      public HtmlDocVisitor getVisitor()