Changed Methods |
JRExporter createExporter()
|
Change in return type from JRExporter to net.sf.jasperreports.engine.JRExporter .
|
Create a JasperReports exporter for a specific output format,
which will be used to render the report to the HTTP response. |
void renderReportUsingOutputStream(JRExporter, JasperPrint, HttpServletResponse)
|
Change in signature from (JRExporter, JasperPrint, HttpServletResponse ) to (net.sf.jasperreports.engine.JRExporter, JasperPrint, HttpServletResponse ).
|
We need to write binary output to the response OutputStream. |
void renderReportUsingWriter(JRExporter, JasperPrint, HttpServletResponse)
|
Change in signature from (JRExporter, JasperPrint, HttpServletResponse ) to (net.sf.jasperreports.engine.JRExporter, JasperPrint, HttpServletResponse ).
|
We need to write text to the response Writer. |