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