Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Name

JasperReports Plugin

Author

N/A

Homepage

N/A

Version

N/A

Compatibility

Bundled with Struts

State

Stable

Publisher

Apache Software Foundation

License

Open Source (ASL2)

Download

N/A

Overview

The JasperReports plugin

Excerpt

enables Actions to return reports through JasperReports

.

Features

  • Allows Actions to be rendered through JasperReports

Usage

To use this plugin, have your packages that contain the target actions extend the provided jasperreports-default package, which contains the jasper result type. Then, simply use the result type in the desired actions. The result takes the following parameters:

Wiki Markup
{snippet:id=params|javadoc=true|url=struts2/plugins/jasperreports/src/main/java/org/apache/struts2/views/jasperreports/JasperReportsResult.java}

Example

Wiki Markup
{snippet:id=example1|lang=xml|javadoc=true|url=struts2/plugins/jasperreports/src/main/java/org/apache/struts2/views/jasperreports/JasperReportsResult.java}

or for pdf:

Wiki Markup
{snippetrate:idtitle=example2Rating|lang=xml|javadoc=true|url=struts2/plugins/jasperreports/src/main/java/org/apache/struts2/views/jasperreports/JasperReportsResult.java}
The

Settings

This plugin doesn't provide any global settings.

Installation

This plugin can be installed by copying the plugin jar into your application's /WEB-INF/lib directory. No other files need to be copied or created.

Version History

...

Version

...

Date

...

Author

...

Notes

...

1.0

...

Dec 20, 2006

...

Donald Brown

...

theme=dynamic}

The JasperReports plugin

Excerpt

enables Actions to return reports through JasperReports

.