Package net.sf.jasperreports.engine.xml
Interface ReportWriterFactory
-
- All Known Implementing Classes:
JacksonReportWriterFactory
public interface ReportWriterFactory
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportWriter
createReportWriter(JasperReportsContext jasperReportsContext)
-
-
-
Method Detail
-
createReportWriter
ReportWriter createReportWriter(JasperReportsContext jasperReportsContext)
-
-