java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.Content
org.jdrupes.mdoclet.internal.doclets.formats.html.markup.BodyContents

public class BodyContents extends Content
Content for the element.

The content is a

element that contains a header that is always visible, and main content that can be scrolled if necessary.

  • Konstruktordetails

  • Methodendetails

    • addMainContent

    • setHeader

      public BodyContents setHeader(HtmlTree header)
    • setFooter

      public BodyContents setFooter(HtmlTree footer)
    • isEmpty

      public boolean isEmpty()
      Returns true if the content is empty.
      Angegeben von:
      isEmpty in Klasse Content
      Gibt zurück:
      false
    • write

      public boolean write(Writer out, String newline, boolean atNewline) throws IOException
      Beschreibung aus Klasse kopiert: Content
      Writes content to a writer, using a given newline sequence, which should be either \n or the platform line separator.
      Angegeben von:
      write in Klasse Content
      Parameter:
      out - the writer
      newline - the newline sequence to use
      atNewline - whether the writer has just written a newline
      Gibt zurück:
      whether the writer has just written a newline
      Löst aus:
      IOException - if an error occurs while writing the output