Uses of Interface
fr.opensagres.xdocreport.document.dispatcher.IXDocReportLoader

Packages that use IXDocReportLoader
fr.opensagres.xdocreport.document   
fr.opensagres.xdocreport.document.dispatcher   
 

Uses of IXDocReportLoader in fr.opensagres.xdocreport.document
 

Methods in fr.opensagres.xdocreport.document with parameters of type IXDocReportLoader
static IXDocReport XDocReport.generateReport(String reportId, IXDocReportLoader reportLoader, Map<String,Object> contextMap, OutputStream out)
          Generate report by using report loader to load report.
static IXDocReport XDocReport.generateReport(String reportId, IXDocReportLoader reportLoader, Map<String,Object> contextMap, OutputStream out, XDocReportRegistry registry)
          Generate report by using report loader to load report by setting the registry.
static IXDocReport XDocReport.generateReportAndConvert(String reportId, IXDocReportLoader reportLoader, Map<String,Object> contextMap, Options options, OutputStream out)
          Generate report and convert it by using report loader to load report.
static IXDocReport XDocReport.generateReportAndConvert(String reportId, IXDocReportLoader reportLoader, Map<String,Object> contextMap, Options options, OutputStream out, XDocReportRegistry registry)
          Generate report and convert it by using report loader to load report by setting the registry.
static IXDocReport XDocReport.getReport(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(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(String reportId, IXDocReportLoader reportLoader, XDocReportRegistry registry)
          Load the template report by using the given report loader and cache it to the given registry
 

Uses of IXDocReportLoader in fr.opensagres.xdocreport.document.dispatcher
 

Subinterfaces of IXDocReportLoader in fr.opensagres.xdocreport.document.dispatcher
 interface IXDocReportDispatcher<T extends IXDocReportController>
           
 

Classes in fr.opensagres.xdocreport.document.dispatcher that implement IXDocReportLoader
 class AbstractXDocReportDispatcher<T extends IXDocReportController>
           
 class BasicXDocReportDispatcher<T extends IXDocReportController>
           
 



Copyright © 2012. All Rights Reserved.