Generated by
JDiff

Class org.springframework.ui.jasperreports.JasperReportsUtils

Removed Methods
void render(JRExporter, JasperPrint, OutputStream) Render the supplied {@code JasperPrint} instance using the supplied {@code JRAbstractExporter} instance and write the results to the supplied {@code OutputStream}.
void render(JRExporter, JasperPrint, Writer) Render the supplied {@code JasperPrint} instance using the supplied {@code JRAbstractExporter} instance and write the results to the supplied {@code Writer}.
 

Added Methods
void render(JRExporter, JasperPrint, OutputStream) Render the supplied {@code JasperPrint} instance using the supplied {@code JRAbstractExporter} instance and write the results to the supplied {@code OutputStream}.
void render(JRExporter, JasperPrint, Writer) Render the supplied {@code JasperPrint} instance using the supplied {@code JRAbstractExporter} instance and write the results to the supplied {@code Writer}.
 

Changed Methods
void renderAsCsv(JasperReport, Map<String, Object>, Object, Writer, Map<JRExporterParameter, Object>) Change in signature from (JasperReport, java.util.Map, java.lang.Object, java.io.Writer, java.util.Map) to (JasperReport, java.util.Map, java.lang.Object, java.io.Writer, java.util.Map).
Render a report in CSV format using the supplied report data.
void renderAsHtml(JasperReport, Map<String, Object>, Object, Writer, Map<JRExporterParameter, Object>) Change in signature from (JasperReport, java.util.Map, java.lang.Object, java.io.Writer, java.util.Map) to (JasperReport, java.util.Map, java.lang.Object, java.io.Writer, java.util.Map).
Render a report in HTML format using the supplied report data.
void renderAsPdf(JasperReport, Map<String, Object>, Object, OutputStream, Map<JRExporterParameter, Object>) Change in signature from (JasperReport, java.util.Map, java.lang.Object, java.io.OutputStream, java.util.Map) to (JasperReport, java.util.Map, java.lang.Object, java.io.OutputStream, java.util.Map).
Render a report in PDF format using the supplied report data.
void renderAsXls(JasperReport, Map<String, Object>, Object, OutputStream, Map<JRExporterParameter, Object>) Change in signature from (JasperReport, java.util.Map, java.lang.Object, java.io.OutputStream, java.util.Map) to (JasperReport, java.util.Map, java.lang.Object, java.io.OutputStream, java.util.Map).
Render a report in XLS format using the supplied report data.