Create a JasperReports exporter for a specific output format, which will be used to render the report to the HTTP response.
Return whether to use a java.io.Writer to write text content to the HTTP response.public JasperReportsPdfView()
protected JRExporter createExporter()Description copied from class: AbstractJasperReportsSingleFormatView
Create a JasperReports exporter for a specific output format, which will be used to render the report to the HTTP response. The useWriter method determines whether the output will be written as text or as binary content.
protected boolean useWriter()Description copied from class: AbstractJasperReportsSingleFormatView
Return whether to use a java.io.Writer to write text content to the HTTP response. Else, a java.io.OutputStream will be used, to write binary content to the response.