Uses of Interface
fr.opensagres.xdocreport.template.ITemplateEngine
Packages that use ITemplateEngine
Package
Description
-
Uses of ITemplateEngine in fr.opensagres.xdocreport.template
Classes in fr.opensagres.xdocreport.template that implement ITemplateEngineMethods in fr.opensagres.xdocreport.template that return ITemplateEngineModifier and TypeMethodDescriptionstatic ITemplateEngineTemplateContextHelper.getTemplateEngine(IContext context) Retrieves the template engine from the given context.Methods in fr.opensagres.xdocreport.template with parameters of type ITemplateEngineModifier and TypeMethodDescriptionstatic voidTemplateContextHelper.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 ITemplateEngineModifier and TypeMethodDescriptionITemplateEngineDiscovery.createTemplateEngine()Returns the default template engine to use for report generation when anIXDocReportis created withXDocReportRegistry#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 ITemplateEngineModifier and TypeMethodDescriptionTemplateEngineRegistry.getDefaultTemplateEngine()TemplateEngineRegistry.getTemplateEngine(TemplateEngineKind kind) TemplateEngineRegistry.getTemplateEngine(String kind) Methods in fr.opensagres.xdocreport.template.registry that return types with arguments of type ITemplateEngineMethods in fr.opensagres.xdocreport.template.registry with parameters of type ITemplateEngineModifier and TypeMethodDescriptionbooleanTemplateEngineRegistry.isDefault(ITemplateEngine templateEngine) voidTemplateEngineRegistry.setDefaultTemplateEngine(ITemplateEngine defaultTemplateEngine)