| Package | Description |
|---|---|
| fr.opensagres.xdocreport.template | |
| fr.opensagres.xdocreport.template.discovery | |
| fr.opensagres.xdocreport.template.registry |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTemplateEngine |
| Modifier and Type | Method and Description |
|---|---|
static ITemplateEngine |
TemplateContextHelper.getTemplateEngine(IContext context)
Retrieves the template engine from the given context.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TemplateContextHelper.putTemplateEngine(IContext context,
ITemplateEngine templateEngine)
Register the given template engine in the given context.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
ITemplateEngine |
TemplateEngineRegistry.getDefaultTemplateEngine() |
ITemplateEngine |
TemplateEngineRegistry.getTemplateEngine(String kind) |
ITemplateEngine |
TemplateEngineRegistry.getTemplateEngine(TemplateEngineKind kind) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ITemplateEngine> |
TemplateEngineRegistry.getTemplateEngines() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TemplateEngineRegistry.isDefault(ITemplateEngine templateEngine) |
void |
TemplateEngineRegistry.setDefaultTemplateEngine(ITemplateEngine defaultTemplateEngine) |
Copyright © 2015. All Rights Reserved.