HTMLFormatter
public interface IHTMLReportContext
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getFooterText() |
Returns a string of textual information to include in every page footer.
|
IIndexUpdate |
getIndexUpdate() |
Returns the service for index updates.
|
ILanguageNames |
getLanguageNames() |
Returns the language names call-back used in this report.
|
java.util.Locale |
getLocale() |
Returns the locale used to format numbers and dates.
|
java.lang.String |
getOutputEncoding() |
Returns the encoding of the generated HTML documents.
|
Resources |
getResources() |
Returns the static resources used in this report.
|
ILinkable |
getSessionsPage() |
Returns the link to the sessions page.
|
Table |
getTable() |
Returns a table for rendering coverage nodes.
|
Resources getResources()
ILanguageNames getLanguageNames()
Table getTable()
java.lang.String getFooterText()
ILinkable getSessionsPage()
java.lang.String getOutputEncoding()
IIndexUpdate getIndexUpdate()
java.util.Locale getLocale()
Copyright © 2018. All rights reserved.