|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.report.flow.AbstractReportProcessor
org.jfree.report.flow.SinglePassReportProcessor
public abstract class SinglePassReportProcessor
The abstract report processor implements a single-pass report processing schema. This is suitable for most raw exports and the streaming-liblayout export.
| Constructor Summary | |
|---|---|
SinglePassReportProcessor()
|
|
| Method Summary | |
|---|---|
protected abstract ReportTarget |
createReportTarget(ReportJob job)
|
void |
processReport(ReportJob job)
Bootstraps the local report processing. |
| Methods inherited from class org.jfree.report.flow.AbstractReportProcessor |
|---|
createFlowControler, createReportContext, processReportRun |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SinglePassReportProcessor()
| Method Detail |
|---|
protected abstract ReportTarget createReportTarget(ReportJob job)
throws ReportProcessingException
ReportProcessingException
public void processReport(ReportJob job)
throws ReportDataFactoryException,
DataSourceException,
ReportProcessingException
job -
ReportDataFactoryException
DataSourceException
ReportProcessingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||