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 Constructor Description SimpleJsonExporterConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
isFlushOutput()
A flag that determines whether the JSON exporter should flush the output stream after writing the JSON content to it.Boolean
isReportComponentsExportOnly()
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
-
-
-
-
Method Detail
-
isFlushOutput
public Boolean 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:
HtmlExporterConfiguration.PROPERTY_FLUSH_OUTPUT
-
setFlushOutput
public void setFlushOutput(Boolean flushOutput)
-
isReportComponentsExportOnly
public Boolean 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
public void setReportComponentsExportOnly(Boolean reportComponentsExportOnly)
-
-