Uses of Interface
com.flowable.template.engine.TemplateEngine
Packages that use TemplateEngine
Package
Description
-
Uses of TemplateEngine in com.flowable.template.engine
Fields in com.flowable.template.engine with type parameters of type TemplateEngineModifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<TemplateEngine>>
TemplateEngineConfiguration.deploymentStrategies
protected static Map<String,
TemplateEngine> TemplateEngines.templateEngines
Methods in com.flowable.template.engine that return TemplateEngineModifier and TypeMethodDescriptionTemplateEngineConfiguration.buildTemplateEngine()
static TemplateEngine
TemplateEngines.getDefaultTemplateEngine()
static TemplateEngine
TemplateEngines.getTemplateEngine
(String templateEngineName) Obtain an template engine by name.Methods in com.flowable.template.engine that return types with arguments of type TemplateEngineModifier 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.Methods in com.flowable.template.engine with parameters of type TemplateEngineModifier 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.Method parameters in com.flowable.template.engine with type arguments of type TemplateEngineModifier and TypeMethodDescriptionvoid
TemplateEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<TemplateEngine>> deploymentStrategies) -
Uses of TemplateEngine in com.flowable.template.engine.autodeployment
Methods in com.flowable.template.engine.autodeployment with parameters of type TemplateEngineModifier 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
Methods in com.flowable.template.engine.configurator that return TemplateEngineModifier and TypeMethodDescriptionprotected TemplateEngine
TemplateEngineConfigurator.initEngine()
-
Uses of TemplateEngine in com.flowable.template.engine.impl
Classes in com.flowable.template.engine.impl that implement TemplateEngine -
Uses of TemplateEngine in com.flowable.template.engine.test
Fields in com.flowable.template.engine.test declared as TemplateEngineModifier and TypeFieldDescriptionprotected final TemplateEngine
TemplateTestHelper.templateEngine
Methods in com.flowable.template.engine.test that return TemplateEngineModifier and TypeMethodDescriptionprotected TemplateEngine
TemplateExtension.createTemplateEngine
(org.junit.jupiter.api.extension.ExtensionContext context) TemplateTestHelper.getTemplateEngine()
Constructors in com.flowable.template.engine.test with parameters of type TemplateEngine