| Package | Description |
|---|---|
| fr.opensagres.xdocreport.document | |
| fr.opensagres.xdocreport.document.dispatcher |
| Modifier and Type | Method and Description |
|---|---|
static IXDocReport |
XDocReport.generateReport(java.lang.String reportId,
IXDocReportLoader reportLoader,
java.util.Map<java.lang.String,java.lang.Object> contextMap,
java.io.OutputStream out)
Generate report by using report loader to load report.
|
static IXDocReport |
XDocReport.generateReport(java.lang.String reportId,
IXDocReportLoader reportLoader,
java.util.Map<java.lang.String,java.lang.Object> contextMap,
java.io.OutputStream out,
XDocReportRegistry registry)
Generate report by using report loader to load report by setting the registry.
|
static IXDocReport |
XDocReport.generateReportAndConvert(java.lang.String reportId,
IXDocReportLoader reportLoader,
java.util.Map<java.lang.String,java.lang.Object> contextMap,
Options options,
java.io.OutputStream out)
Generate report and convert it by using report loader to load report.
|
static IXDocReport |
XDocReport.generateReportAndConvert(java.lang.String reportId,
IXDocReportLoader reportLoader,
java.util.Map<java.lang.String,java.lang.Object> contextMap,
Options options,
java.io.OutputStream out,
XDocReportRegistry registry)
Generate report and convert it by using report loader to load report by setting the registry.
|
static IXDocReport |
XDocReport.getReport(java.lang.String reportId,
IXDocReportLoader reportLoader)
Get the template report from the cache registered with report id and load it if it is not found by using the
given report loader.
|
static IXDocReport |
XDocReport.getReport(java.lang.String reportId,
IXDocReportLoader reportLoader,
XDocReportRegistry registry)
Get the template report from the cache registered with report id and load it if it is not found by using the
given report loader by setting the registry.
|
static IXDocReport |
XDocReport.loadReport(java.lang.String reportId,
IXDocReportLoader reportLoader,
XDocReportRegistry registry)
Load the template report by using the given report loader and cache it to the given registry
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IXDocReportDispatcher<T extends IXDocReportController> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXDocReportDispatcher<T extends IXDocReportController> |
class |
BasicXDocReportDispatcher<T extends IXDocReportController> |
Copyright © 2022. All Rights Reserved.