Interface DocumentContent

  • All Known Implementing Classes:
    SiteRendererSink

    public interface DocumentContent
    Document content, that will be merged into a site template.
    Since:
    1.8
    • Method Detail

      • getTitle

        String getTitle()
        Get the title of the document.
        Returns:
        the document title
      • getDate

        String getDate()
        Get the date of the document.
        Returns:
        the document date
      • getAuthors

        List<String> getAuthors()
        Get the authors of the document.
        Returns:
        the document authors
      • getHead

        String getHead()
        Get the html head of the document.
        Returns:
        the document html head
      • getBody

        String getBody()
        Get the html body of the document.
        Returns:
        the document body head
      • getRenderingContext

        RenderingContext getRenderingContext()
        Get the document rendering context.
        Returns:
        the document rendering context