|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.output.table.html.HtmlReportUtil
public final class HtmlReportUtil
Utility class to provide an easy to use default implementation of html exports.
Method Summary | |
---|---|
static void |
createDirectoryHTML(MasterReport report,
String targetFileName)
Saves a report to HTML. |
static void |
createDirectoryHTML(MasterReport report,
String targetFileName,
String dataDirectoryName)
Saves a report to HTML. |
static void |
createStreamHTML(MasterReport report,
OutputStream outputStream)
|
static void |
createStreamHTML(MasterReport report,
String filename)
Saves a report into a single HTML format. |
static void |
createZIPHTML(MasterReport report,
OutputStream out,
String filename)
Saves a report in a ZIP file. |
static void |
createZIPHTML(MasterReport report,
String filename)
Saves a report in a ZIP file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void createStreamHTML(MasterReport report, String filename) throws IOException, ReportProcessingException
report
- the report.filename
- target file name.
ReportProcessingException
- if the report processing failed.
IOException
- if there was an IOerror while processing the report.public static void createStreamHTML(MasterReport report, OutputStream outputStream) throws ReportProcessingException
ReportProcessingException
public static void createDirectoryHTML(MasterReport report, String targetFileName) throws IOException, ReportProcessingException
report
- the report.targetFileName
- target file name.
ReportProcessingException
- if the report processing failed.
IOException
- if there was an IOerror while processing the report.public static void createDirectoryHTML(MasterReport report, String targetFileName, String dataDirectoryName) throws IOException, ReportProcessingException
report
- the report.targetFileName
- target file name.
ReportProcessingException
- if the report processing failed.
IOException
- if there was an IOerror while processing the report.public static void createZIPHTML(MasterReport report, String filename) throws IOException, ReportProcessingException
report
- the report.filename
- target file name.
ReportProcessingException
- if the report processing failed.
IOException
- if there was an IOerror while processing the report.public static void createZIPHTML(MasterReport report, OutputStream out, String filename) throws IOException, ReportProcessingException
report
- the report.filename
- target file name.
ReportProcessingException
- if the report processing failed.
IOException
- if there was an IOerror while processing the report.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |