public class HTMLFormatter extends Object implements IHTMLReportContext
| Constructor and Description |
|---|
HTMLFormatter()
New instance with default settings.
|
| Modifier and Type | Method and Description |
|---|---|
IReportVisitor |
createVisitor(IMultiReportOutput output)
Creates a new visitor to write a report to the given output.
|
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.
|
void |
setFooterText(String footerText)
Sets the optional text that should be included in every footer page.
|
void |
setLanguageNames(ILanguageNames languageNames)
Sets the implementation for language name display.
|
void |
setLocale(Locale locale)
Sets the locale used for report rendering.
|
void |
setOutputEncoding(String outputEncoding)
Sets the encoding used for generated HTML pages.
|
public void setLanguageNames(ILanguageNames languageNames)
languageNames - converter for language specific namespublic void setLocale(Locale locale)
locale - locale used for report renderingpublic void setFooterText(String footerText)
footerText - footer textpublic void setOutputEncoding(String outputEncoding)
outputEncoding - HTML output encodingpublic ILanguageNames getLanguageNames()
IHTMLReportContextgetLanguageNames in interface IHTMLReportContextpublic Resources getResources()
IHTMLReportContextgetResources in interface IHTMLReportContextpublic Table getTable()
IHTMLReportContextgetTable in interface IHTMLReportContextpublic String getFooterText()
IHTMLReportContextgetFooterText in interface IHTMLReportContextpublic ILinkable getSessionsPage()
IHTMLReportContextgetSessionsPage in interface IHTMLReportContextpublic String getOutputEncoding()
IHTMLReportContextgetOutputEncoding in interface IHTMLReportContextpublic IIndexUpdate getIndexUpdate()
IHTMLReportContextgetIndexUpdate in interface IHTMLReportContextpublic Locale getLocale()
IHTMLReportContextgetLocale in interface IHTMLReportContextpublic IReportVisitor createVisitor(IMultiReportOutput output) throws IOException
output - output to write the report toIOException - in case of problems with the output streamCopyright © 2024. All rights reserved.