Package net.sf.jasperreports.view
Interface SaveContributorFactory
- All Known Implementing Classes:
JRCsvSaveContributor.Factory
,JRDocxSaveContributor.Factory
,JREmbeddedImagesXmlSaveContributor.Factory
,JRHtmlSaveContributor.Factory
,JRMultipleSheetsXlsSaveContributor.Factory
,JRMultipleSheetsXlsxSaveContributor.Factory
,JROdsSaveContributor.Factory
,JROdtSaveContributor.Factory
,JRPdfSaveContributor.Factory
,JRPptxSaveContributor.Factory
,JRPrintSaveContributor.Factory
,JRRtfSaveContributor.Factory
,JRSingleSheetXlsSaveContributor.Factory
,JRSingleSheetXlsxSaveContributor.Factory
,JRXmlSaveContributor.Factory
public interface SaveContributorFactory
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(JasperReportsContext jasperReportsContext, Locale locale, ResourceBundle resBundle)
-
Method Details
-
create
JRSaveContributor create(JasperReportsContext jasperReportsContext, Locale locale, ResourceBundle resBundle)
-