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

Packages that use IXDocReportController
fr.opensagres.xdocreport.document   
fr.opensagres.xdocreport.document.dispatcher   
fr.opensagres.xdocreport.document.web.dispatcher   
 

Uses of IXDocReportController in fr.opensagres.xdocreport.document
 

Methods in fr.opensagres.xdocreport.document with parameters of type IXDocReportController
static IXDocReport XDocReport.generateReport(String reportId, IXDocReportController controller, Map<String,Object> contextMap, OutputStream out)
          Generate report by using controller to load report.
static IXDocReport XDocReport.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 IXDocReport XDocReport.generateReportAndConvert(String reportId, IXDocReportController controller, Map<String,Object> contextMap, Options options, OutputStream out)
          Generate report and convert it by using controller to load report.
static IXDocReport XDocReport.generateReportAndConvert(String reportId, IXDocReportController controller, Map<String,Object> contextMap, Options options, OutputStream out, XDocReportRegistry registry)
          Generate report and convert it by using controller to load report by setting the registry.
static IXDocReport XDocReport.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 IXDocReport XDocReport.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 IXDocReport XDocReport.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 IXDocReportController
 class AbstractXDocReportDispatcher<T extends IXDocReportController>
           
 class BasicXDocReportDispatcher<T extends IXDocReportController>
           
 interface IXDocReportDispatcher<T extends IXDocReportController>
           
 

Classes in fr.opensagres.xdocreport.document.dispatcher that implement IXDocReportController
 class AbstractXDocReportController
           
 

Uses of IXDocReportController in fr.opensagres.xdocreport.document.web.dispatcher
 

Subinterfaces of IXDocReportController in fr.opensagres.xdocreport.document.web.dispatcher
 interface IXDocReportWEBController
           
 

Classes in fr.opensagres.xdocreport.document.web.dispatcher that implement IXDocReportController
 class AbstractXDocReportWEBController
           
 



Copyright © 2012. All Rights Reserved.