Package net.sf.jasperreports.export
Class SimpleJsonExporterConfiguration
- java.lang.Object
-
- net.sf.jasperreports.export.SimpleCommonExportConfiguration
-
- net.sf.jasperreports.export.SimpleExporterConfiguration
-
- net.sf.jasperreports.export.SimpleJsonExporterConfiguration
-
- All Implemented Interfaces:
CommonExportConfiguration,ExporterConfiguration,JsonExporterConfiguration
public class SimpleJsonExporterConfiguration extends SimpleExporterConfiguration implements JsonExporterConfiguration
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
-
-
Constructor Summary
Constructors Constructor Description SimpleJsonExporterConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleanisFlushOutput()A flag that determines whether the JSON exporter should flush the output stream after writing the JSON content to it.java.lang.BooleanisReportComponentsExportOnly()A flag that determines whether the JSON exporter should export only the report components, thus ignoring the page componentsvoidsetFlushOutput(java.lang.Boolean flushOutput)voidsetReportComponentsExportOnly(java.lang.Boolean reportComponentsExportOnly)-
Methods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHints
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
-
-
-
-
Method Detail
-
isFlushOutput
public java.lang.Boolean isFlushOutput()
Description copied from interface:JsonExporterConfigurationA flag that determines whether the JSON exporter should flush the output stream after writing the JSON content to it.- Specified by:
isFlushOutputin interfaceJsonExporterConfiguration- See Also:
HtmlExporterConfiguration.PROPERTY_FLUSH_OUTPUT
-
setFlushOutput
public void setFlushOutput(java.lang.Boolean flushOutput)
-
isReportComponentsExportOnly
public java.lang.Boolean isReportComponentsExportOnly()
Description copied from interface:JsonExporterConfigurationA flag that determines whether the JSON exporter should export only the report components, thus ignoring the page components- Specified by:
isReportComponentsExportOnlyin interfaceJsonExporterConfiguration
-
setReportComponentsExportOnly
public void setReportComponentsExportOnly(java.lang.Boolean reportComponentsExportOnly)
-
-