Interface IHTMLReportContext

All Known Implementing Classes:
HTMLFormatter

public interface IHTMLReportContext
Context and configuration information during creation of a HTML report.
  • Method Details

    • getResources

      Resources getResources()
      Returns the static resources used in this report.
      Returns:
      static resources
    • getLanguageNames

      ILanguageNames getLanguageNames()
      Returns the language names call-back used in this report.
      Returns:
      language names
    • getTable

      Table getTable()
      Returns a table for rendering coverage nodes.
      Returns:
      table for rendering
    • getFooterText

      String getFooterText()
      Returns a string of textual information to include in every page footer.
      Returns:
      footer text or empty string
    • getSessionsPage

      ILinkable getSessionsPage()
      Returns the link to the sessions page.
      Returns:
      sessions page link
    • getOutputEncoding

      String getOutputEncoding()
      Returns the encoding of the generated HTML documents.
      Returns:
      encoding for generated HTML documents
    • getIndexUpdate

      IIndexUpdate getIndexUpdate()
      Returns the service for index updates.
      Returns:
      sevice for indes updates
    • getLocale

      Locale getLocale()
      Returns the locale used to format numbers and dates.
      Returns:
      locale for numbers and dates