Uses of Interface
com.flowable.template.engine.TemplateEngine
Package
Description
-
Uses of TemplateEngine in com.flowable.template.engine
Modifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<TemplateEngine>>
TemplateEngineConfiguration.deploymentStrategies
protected static Map<String,
TemplateEngine> TemplateEngines.templateEngines
Modifier and TypeMethodDescriptionTemplateEngineConfiguration.buildTemplateEngine()
static TemplateEngine
TemplateEngines.getDefaultTemplateEngine()
static TemplateEngine
TemplateEngines.getTemplateEngine
(String templateEngineName) Obtain an template engine by name.Modifier and TypeMethodDescriptionTemplateEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.TemplateEngineConfiguration.getDeploymentStrategies()
static Map<String,
TemplateEngine> TemplateEngines.getTemplateEngines()
Provides access to template engines to application clients in a managed server environment.Modifier and TypeMethodDescriptionprotected 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 TypeMethodDescriptionvoid
TemplateEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<TemplateEngine>> deploymentStrategies) -
Uses of TemplateEngine in com.flowable.template.engine.autodeployment
Modifier and TypeMethodDescriptionprotected void
DefaultAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, TemplateEngine engine) protected LockManager
AbstractTemplateAutoDeploymentStrategy.getLockManager
(TemplateEngine engine, String deploymentNameHint) -
Uses of TemplateEngine in com.flowable.template.engine.configurator
Modifier and TypeMethodDescriptionprotected TemplateEngine
TemplateEngineConfigurator.initEngine()
-
Uses of TemplateEngine in com.flowable.template.engine.impl
-
Uses of TemplateEngine in com.flowable.template.engine.test
Modifier and TypeFieldDescriptionprotected final TemplateEngine
TemplateTestHelper.templateEngine
Modifier and TypeMethodDescriptionprotected TemplateEngine
TemplateExtension.createTemplateEngine
(org.junit.jupiter.api.extension.ExtensionContext context) TemplateTestHelper.getTemplateEngine()