| Package | Description |
|---|---|
| com.flowable.template.engine | |
| com.flowable.template.engine.configurator | |
| com.flowable.template.engine.impl | |
| com.flowable.template.engine.test |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,TemplateEngine> |
TemplateEngines.templateEngines |
| Modifier and Type | Method and Description |
|---|---|
TemplateEngine |
TemplateEngineConfiguration.buildTemplateEngine() |
static TemplateEngine |
TemplateEngines.getDefaultTemplateEngine() |
static TemplateEngine |
TemplateEngines.getTemplateEngine(String templateEngineName)
Obtain an template engine by name.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,TemplateEngine> |
TemplateEngines.getTemplateEngines()
Provides access to template engines to application clients in a managed server environment.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TemplateEngineConfiguration.autoDeployResources(TemplateEngine templateEngine) |
static void |
TemplateEngines.registerEngine(TemplateEngine templateEngine)
Registers the given template engine.
|
static void |
TemplateEngines.unregister(TemplateEngine templateEngine)
Unregisters the given template engine.
|
| Modifier and Type | Method and Description |
|---|---|
protected TemplateEngine |
TemplateEngineConfigurator.initEngine() |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateEngineImpl |
| Modifier and Type | Field and Description |
|---|---|
protected TemplateEngine |
TemplateTestHelper.templateEngine |
| Modifier and Type | Method and Description |
|---|---|
protected TemplateEngine |
TemplateExtension.createTemplateEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
TemplateEngine |
TemplateTestHelper.getTemplateEngine() |
| Constructor and Description |
|---|
TemplateTestHelper(TemplateEngine templateEngine) |
Copyright © 2019. All rights reserved.