Uses of Interface
fr.opensagres.xdocreport.document.dispatcher.IXDocReportController
Packages that use IXDocReportController
Package
Description
-
Uses of IXDocReportController in fr.opensagres.xdocreport.document
Methods in fr.opensagres.xdocreport.document with parameters of type IXDocReportControllerModifier and TypeMethodDescriptionstatic IXDocReportXDocReport.generateReport(String reportId, IXDocReportController controller, Map<String, Object> contextMap, OutputStream out) Generate report by using controller to load report.static IXDocReportXDocReport.generateReport(String reportId, IXDocReportController controller, Map<String, Object> contextMap, OutputStream out, XDocReportRegistry registry) Generate report by using controller to load report by setting the registry.static IXDocReportXDocReport.generateReportAndConvert(String reportId, IXDocReportController controller, Map<String, Object> contextMap, fr.opensagres.xdocreport.converter.Options options, OutputStream out) Generate report and convert it by using controller to load report.static IXDocReportXDocReport.generateReportAndConvert(String reportId, IXDocReportController controller, Map<String, Object> contextMap, fr.opensagres.xdocreport.converter.Options options, OutputStream out, XDocReportRegistry registry) Generate report and convert it by using controller to load report by setting the registry.static IXDocReportXDocReport.getReport(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 IXDocReportXDocReport.getReport(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 IXDocReportXDocReport.loadReport(String reportId, IXDocReportController controller, XDocReportRegistry registry) Load the template report by using the given controller and cache it to the given registry -
Uses of IXDocReportController in fr.opensagres.xdocreport.document.dispatcher
Classes in fr.opensagres.xdocreport.document.dispatcher with type parameters of type IXDocReportControllerModifier and TypeClassDescriptionclassclassBasicXDocReportDispatcher<T extends IXDocReportController>interfaceIXDocReportDispatcher<T extends IXDocReportController>Classes in fr.opensagres.xdocreport.document.dispatcher that implement IXDocReportController -
Uses of IXDocReportController in fr.opensagres.xdocreport.document.web.dispatcher
Subinterfaces of IXDocReportController in fr.opensagres.xdocreport.document.web.dispatcherClasses in fr.opensagres.xdocreport.document.web.dispatcher that implement IXDocReportController