Package net.sf.jasperreports.export
Class SimpleExporterInputItem
- java.lang.Object
-
- net.sf.jasperreports.export.SimpleExporterInputItem
-
- All Implemented Interfaces:
ExporterInputItem
public class SimpleExporterInputItem extends Object implements ExporterInputItem
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description SimpleExporterInputItem(JasperPrint jasperPrint)
SimpleExporterInputItem(JasperPrint jasperPrint, ReportExportConfiguration configuration)
SimpleExporterInputItem(JasperPrint jasperPrint, RepositoryResourceContext repositoryContext, ReportExportConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportExportConfiguration
getConfiguration()
JasperPrint
getJasperPrint()
RepositoryResourceContext
getRepositoryReportContext()
-
-
-
Constructor Detail
-
SimpleExporterInputItem
public SimpleExporterInputItem(JasperPrint jasperPrint)
-
SimpleExporterInputItem
public SimpleExporterInputItem(JasperPrint jasperPrint, ReportExportConfiguration configuration)
-
SimpleExporterInputItem
public SimpleExporterInputItem(JasperPrint jasperPrint, RepositoryResourceContext repositoryContext, ReportExportConfiguration configuration)
-
-
Method Detail
-
getJasperPrint
public JasperPrint getJasperPrint()
- Specified by:
getJasperPrint
in interfaceExporterInputItem
-
getConfiguration
public ReportExportConfiguration getConfiguration()
- Specified by:
getConfiguration
in interfaceExporterInputItem
-
getRepositoryReportContext
public RepositoryResourceContext getRepositoryReportContext()
- Specified by:
getRepositoryReportContext
in interfaceExporterInputItem
-
-