public interface HtmlExporterConfiguration extends ExporterConfiguration
HtmlExporter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_BETWEEN_PAGES_HTML
Property that provides the default value for the
getBetweenPagesHtml() export configuration setting. |
static java.lang.String |
PROPERTY_FLUSH_OUTPUT
Property that provides the default value for the
isFlushOutput() export configuration setting. |
static java.lang.String |
PROPERTY_HTML_FOOTER
Property that provides the default value for the
getHtmlFooter() export configuration setting. |
static java.lang.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 |
---|---|
java.lang.String |
getBetweenPagesHtml()
Returns a string representing HTML code that will be inserted between pages of the generated report.
|
java.lang.String |
getHtmlFooter()
Returns a string representing HTML code that will be inserted after the generated report.
|
java.lang.String |
getHtmlHeader()
Returns a string representing HTML code that will be inserted in front of the generated report.
|
java.lang.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 java.lang.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 java.lang.String PROPERTY_HTML_HEADER
getHtmlHeader()
export configuration setting.static final java.lang.String PROPERTY_HTML_FOOTER
getHtmlFooter()
export configuration setting.static final java.lang.String PROPERTY_BETWEEN_PAGES_HTML
getBetweenPagesHtml()
export configuration setting.java.lang.String getHtmlHeader()
java.lang.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.java.lang.String getBetweenPagesHtml()
java.lang.Boolean isFlushOutput()
PROPERTY_FLUSH_OUTPUT
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com