public class SimpleJsonExporterConfiguration extends SimpleExporterConfiguration implements JsonExporterConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
Constructor and Description |
---|
SimpleJsonExporterConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
isFlushOutput()
A flag that determines whether the JSON exporter should flush the
output stream after writing the JSON content to it.
|
java.lang.Boolean |
isReportComponentsExportOnly()
A flag that determines whether the JSON exporter should export only the
report components, thus ignoring the page components
|
void |
setFlushOutput(java.lang.Boolean flushOutput) |
void |
setReportComponentsExportOnly(java.lang.Boolean reportComponentsExportOnly) |
isOverrideHints, setOverrideHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isOverrideHints
public java.lang.Boolean isFlushOutput()
JsonExporterConfiguration
isFlushOutput
in interface JsonExporterConfiguration
HtmlExporterConfiguration.PROPERTY_FLUSH_OUTPUT
public void setFlushOutput(java.lang.Boolean flushOutput)
public java.lang.Boolean isReportComponentsExportOnly()
JsonExporterConfiguration
isReportComponentsExportOnly
in interface JsonExporterConfiguration
public void setReportComponentsExportOnly(java.lang.Boolean reportComponentsExportOnly)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com