Uses of Class
fr.opensagres.xdocreport.document.registry.XDocReportRegistry

Packages that use XDocReportRegistry
fr.opensagres.xdocreport.document   
fr.opensagres.xdocreport.document.registry   
fr.opensagres.xdocreport.document.web   
 

Uses of XDocReportRegistry in fr.opensagres.xdocreport.document
 

Methods in fr.opensagres.xdocreport.document that return XDocReportRegistry
protected  XDocReportRegistry Generator.getRegistry(In request)
          Returns the XDocReport registry which load and cache document.
 

Methods in fr.opensagres.xdocreport.document with parameters of type XDocReportRegistry
static IXDocReport XDocReport.generateReport(InputStream sourceStream, String templateEngineKind, FieldsMetadata metadata, Map<String,Object> contextMap, OutputStream out, XDocReportRegistry registry)
          Generate report without cache by setting the registry.
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.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(InputStream sourceStream, String templateEngineKind, FieldsMetadata metadata, Map<String,Object> contextMap, Options options, OutputStream out, XDocReportRegistry registry)
          Generate report and convert it to another format (PDF, XHTML) without cache by setting the registry.
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.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, 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.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(InputStream sourceStream, String templateEngineKind, FieldsMetadata metadata, XDocReportRegistry registry)
          Load the template report by using the given controller and cache it to the given 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
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
protected  IXDocReport Generator.loadReport(String reportId, XDocReportRegistry registry, In request)
          Load report.
 

Uses of XDocReportRegistry in fr.opensagres.xdocreport.document.registry
 

Methods in fr.opensagres.xdocreport.document.registry that return XDocReportRegistry
static XDocReportRegistry XDocReportRegistry.getRegistry()
           
 

Uses of XDocReportRegistry in fr.opensagres.xdocreport.document.web
 

Methods in fr.opensagres.xdocreport.document.web that return XDocReportRegistry
protected  XDocReportRegistry BaseXDocReportServlet.getRegistry(javax.servlet.http.HttpServletRequest request)
          Returns the XDocReport registry which load and cache document.
protected  XDocReportRegistry UploadXDocReportServlet.getRegistryForUpload(javax.servlet.http.HttpServletRequest request)
           
protected  XDocReportRegistry BaseXDocReportServlet.getRegistryFromHTTPSession(javax.servlet.http.HttpServletRequest request)
          Returns registry from HTTP session.
 

Methods in fr.opensagres.xdocreport.document.web with parameters of type XDocReportRegistry
protected  IXDocReport AbstractProcessXDocReportServlet.loadReport(String reportId, XDocReportRegistry registry, javax.servlet.http.HttpServletRequest request)
          Load report.
 



Copyright © 2012. All Rights Reserved.