public interface IHTMLReportContext
Modifier and Type | Method and Description |
---|---|
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.
|
Locale |
getLocale()
Returns the locale used to format numbers and dates.
|
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()
String getFooterText()
ILinkable getSessionsPage()
String getOutputEncoding()
IIndexUpdate getIndexUpdate()
Locale getLocale()
Copyright © 2019. All rights reserved.