Package net.sf.jasperreports.json.export
Class SimpleJsonExporterConfiguration
java.lang.Object
net.sf.jasperreports.export.SimpleCommonExportConfiguration
net.sf.jasperreports.export.SimpleExporterConfiguration
net.sf.jasperreports.json.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 -
Method Summary
Modifier and TypeMethodDescriptionA flag that determines whether the JSON exporter should flush the output stream after writing the JSON content to it.A flag that determines whether the JSON exporter should export only the report components, thus ignoring the page componentsvoid
setFlushOutput
(Boolean flushOutput) void
setReportComponentsExportOnly
(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
-
Constructor Details
-
SimpleJsonExporterConfiguration
public SimpleJsonExporterConfiguration()
-
-
Method Details
-
isFlushOutput
Description copied from interface:JsonExporterConfiguration
A flag that determines whether the JSON exporter should flush the output stream after writing the JSON content to it.- Specified by:
isFlushOutput
in interfaceJsonExporterConfiguration
- See Also:
-
setFlushOutput
-
isReportComponentsExportOnly
Description copied from interface:JsonExporterConfiguration
A flag that determines whether the JSON exporter should export only the report components, thus ignoring the page components- Specified by:
isReportComponentsExportOnly
in interfaceJsonExporterConfiguration
-
setReportComponentsExportOnly
-