The Spring Framework

Uses of Class
org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView

Packages that use AbstractJasperReportsSingleFormatView
org.springframework.web.servlet.view.jasperreports Support classes for the integration of JasperReports as Spring web view technology. 
 

Uses of AbstractJasperReportsSingleFormatView in org.springframework.web.servlet.view.jasperreports
 

Subclasses of AbstractJasperReportsSingleFormatView in org.springframework.web.servlet.view.jasperreports
 class ConfigurableJasperReportsView
          Configurable JasperReports View, allowing to specify the JasperReports exporter to be specified through bean properties rather than through the view class name.
 class JasperReportsCsvView
          Implementation of AbstractJasperReportsSingleFormatView that renders report results in CSV format.
 class JasperReportsHtmlView
          Implementation of AbstractJasperReportsSingleFormatView that renders report results in HTML format.
 class JasperReportsPdfView
          Implementation of AbstractJasperReportsSingleFormatView that renders report results in PDF format.
 class JasperReportsXlsView
          Implementation of AbstractJasperReportsSingleFormatView that renders report results in XLS format.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.