Package net.sf.jasperreports.json.export
Interface JsonExporterConfiguration
- All Superinterfaces:
CommonExportConfiguration
,ExporterConfiguration
- All Known Implementing Classes:
SimpleJsonExporterConfiguration
Interface containing settings used by the JSON exporter.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
-
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 componentsMethods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
-
Method Details
-
isFlushOutput
Boolean isFlushOutput()A flag that determines whether the JSON exporter should flush the output stream after writing the JSON content to it.- See Also:
-
isReportComponentsExportOnly
Boolean isReportComponentsExportOnly()A flag that determines whether the JSON exporter should export only the report components, thus ignoring the page components
-