public class SimpleHtmlExporterConfiguration extends SimpleExporterConfiguration implements HtmlExporterConfiguration
PROPERTY_BETWEEN_PAGES_HTML, PROPERTY_FLUSH_OUTPUT, PROPERTY_HTML_FOOTER, PROPERTY_HTML_HEADER
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
Constructor and Description |
---|
SimpleHtmlExporterConfiguration() |
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.
|
void |
setBetweenPagesHtml(java.lang.String betweenPagesHtml) |
void |
setFlushOutput(java.lang.Boolean flushOutput) |
void |
setHtmlFooter(java.lang.String htmlFooter) |
void |
setHtmlHeader(java.lang.String htmlHeader) |
isOverrideHints, setOverrideHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isOverrideHints
public java.lang.String getHtmlHeader()
HtmlExporterConfiguration
getHtmlHeader
in interface HtmlExporterConfiguration
public void setHtmlHeader(java.lang.String htmlHeader)
public java.lang.String getBetweenPagesHtml()
HtmlExporterConfiguration
getBetweenPagesHtml
in interface HtmlExporterConfiguration
public void setBetweenPagesHtml(java.lang.String betweenPagesHtml)
public java.lang.String getHtmlFooter()
HtmlExporterConfiguration
HtmlExporterConfiguration.getHtmlHeader()
. If a custom HTML header was provided using HtmlExporterConfiguration.getHtmlHeader()
,
it is recommended that a value for this setting is provided too, in order to ensure proper construction of HTML page.getHtmlFooter
in interface HtmlExporterConfiguration
public void setHtmlFooter(java.lang.String htmlFooter)
public java.lang.Boolean isFlushOutput()
HtmlExporterConfiguration
isFlushOutput
in interface HtmlExporterConfiguration
HtmlExporterConfiguration.PROPERTY_FLUSH_OUTPUT
public void setFlushOutput(java.lang.Boolean flushOutput)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com