com.opensymphony.webwork.views.jasperreports |
Classes for views using Jasper Reports.
|
Java Source File Name | Type | Comment |
CompileReport.java | Class | |
JasperReportConstants.java | Interface | |
JasperReportsResult.java | Class |
Generates a JasperReports report using the specified format or PDF if no
format is specified.
This result type takes the following parameters:
- location (default) - the location where the compiled jasper report
definition is (foo.jasper), relative from current URL.
- dataSource (required) - the Ognl expression used to retrieve the
datasource from the value stack (usually a List).
- parse - true by default.
|
OgnlValueStackDataSource.java | Class | Ported to WebWork2. |
OgnlValueStackShadowMap.java | Class | |