Uses of Interface
fr.opensagres.xdocreport.template.ITemplateEngine

Packages that use ITemplateEngine
fr.opensagres.xdocreport.template   
fr.opensagres.xdocreport.template.discovery   
fr.opensagres.xdocreport.template.registry   
 

Uses of ITemplateEngine in fr.opensagres.xdocreport.template
 

Classes in fr.opensagres.xdocreport.template that implement ITemplateEngine
 class AbstractTemplateEngine
           
 

Methods in fr.opensagres.xdocreport.template that return ITemplateEngine
static ITemplateEngine TemplateContextHelper.getTemplateEngine(IContext context)
          Retrieves the template engine from the given context.
 

Methods in fr.opensagres.xdocreport.template with parameters of type ITemplateEngine
static void TemplateContextHelper.putTemplateEngine(IContext context, ITemplateEngine templateEngine)
          Register the given template engine in the given context.
 

Uses of ITemplateEngine in fr.opensagres.xdocreport.template.discovery
 

Methods in fr.opensagres.xdocreport.template.discovery that return ITemplateEngine
 ITemplateEngine ITemplateEngineDiscovery.createTemplateEngine()
          Returns the default template engine to use for report generation when an IXDocReport is created with XDocReportRegistry#loadReport(java.io.InputStream) without specifying the template engine.
 

Uses of ITemplateEngine in fr.opensagres.xdocreport.template.registry
 

Methods in fr.opensagres.xdocreport.template.registry that return ITemplateEngine
 ITemplateEngine TemplateEngineRegistry.getDefaultTemplateEngine()
           
 ITemplateEngine TemplateEngineRegistry.getTemplateEngine(String kind)
           
 ITemplateEngine TemplateEngineRegistry.getTemplateEngine(TemplateEngineKind kind)
           
 

Methods in fr.opensagres.xdocreport.template.registry that return types with arguments of type ITemplateEngine
 Collection<ITemplateEngine> TemplateEngineRegistry.getTemplateEngines()
           
 

Methods in fr.opensagres.xdocreport.template.registry with parameters of type ITemplateEngine
 boolean TemplateEngineRegistry.isDefault(ITemplateEngine templateEngine)
           
 void TemplateEngineRegistry.setDefaultTemplateEngine(ITemplateEngine defaultTemplateEngine)
           
 



Copyright © 2013. All Rights Reserved.