public interface HtmlExporterConfiguration extends ExporterConfiguration
HtmlExporter
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_BETWEEN_PAGES_HTML
Property that provides the default value for the
getBetweenPagesHtml() export configuration setting. |
static String |
PROPERTY_FLUSH_OUTPUT
Property that provides the default value for the
isFlushOutput() export configuration setting. |
static String |
PROPERTY_HTML_FOOTER
Property that provides the default value for the
getHtmlFooter() export configuration setting. |
static String |
PROPERTY_HTML_HEADER
Property that provides the default value for the
getHtmlHeader() export configuration setting. |
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
Modifier and Type | Method and Description |
---|---|
String |
getBetweenPagesHtml()
Returns a string representing HTML code that will be inserted between pages of the generated report.
|
String |
getHtmlFooter()
Returns a string representing HTML code that will be inserted after the generated report.
|
String |
getHtmlHeader()
Returns a string representing HTML code that will be inserted in front of the generated report.
|
Boolean |
isFlushOutput()
A flag that determines whether the HTML exporter should flush the
output stream after writing the HTML content to it.
|
isOverrideHints
static final String PROPERTY_FLUSH_OUTPUT
isFlushOutput()
export configuration setting.
The property can be set at report level or globally. By default, the HTML exporter performs a flush on the output stream after export.
static final String PROPERTY_HTML_HEADER
getHtmlHeader()
export configuration setting.static final String PROPERTY_HTML_FOOTER
getHtmlFooter()
export configuration setting.static final String PROPERTY_BETWEEN_PAGES_HTML
getBetweenPagesHtml()
export configuration setting.String getHtmlHeader()
String getHtmlFooter()
getHtmlHeader()
. If a custom HTML header was provided using getHtmlHeader()
,
it is recommended that a value for this setting is provided too, in order to ensure proper construction of HTML page.String getBetweenPagesHtml()
Boolean isFlushOutput()
PROPERTY_FLUSH_OUTPUT
Copyright © 2015. All rights reserved.