Generated by
JDiff

Package org.springframework.web.servlet.view.jasperreports

Changed Classes
AbstractJasperReportsSingleFormatView Extends {@code AbstractJasperReportsView} to provide basic rendering logic for views that use a fixed format, e.g.
AbstractJasperReportsView Base class for all JasperReports views.
ConfigurableJasperReportsView Configurable JasperReports View, allowing to specify the JasperReports exporter to be specified through bean properties rather than through the view class name.
JasperReportsCsvView Implementation of {@code AbstractJasperReportsSingleFormatView} that renders report results in CSV format.
JasperReportsHtmlView Implementation of {@code AbstractJasperReportsSingleFormatView} that renders report results in HTML format.
JasperReportsPdfView Implementation of {@code AbstractJasperReportsSingleFormatView} that renders report results in PDF format.
JasperReportsXlsView Implementation of {@code AbstractJasperReportsSingleFormatView} that renders report results in XLS format.