Package net.sf.jasperreports.engine.xml
Class JacksonReportWriter
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JacksonReportWriter
-
- All Implemented Interfaces:
ReportWriter
public class JacksonReportWriter extends Object implements ReportWriter
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description JacksonReportWriter(JasperReportsContext jasperReportsContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
writeReport(JRReport report, String encoding, Writer out)
boolean
writeTemplate(JRTemplate template, String encoding, Writer out)
-
-
-
Constructor Detail
-
JacksonReportWriter
public JacksonReportWriter(JasperReportsContext jasperReportsContext)
-
-
Method Detail
-
writeReport
public boolean writeReport(JRReport report, String encoding, Writer out) throws IOException
- Specified by:
writeReport
in interfaceReportWriter
- Throws:
IOException
-
writeTemplate
public boolean writeTemplate(JRTemplate template, String encoding, Writer out) throws IOException
- Specified by:
writeTemplate
in interfaceReportWriter
- Throws:
IOException
-
-