Uses of Interface
com.flowable.template.engine.TemplateEngine
-
Uses of TemplateEngine in com.flowable.template.engine
Fields in com.flowable.template.engine with type parameters of type TemplateEngine Modifier and Type Field Description protected static java.util.Map<java.lang.String,TemplateEngine>
TemplateEngines. templateEngines
Methods in com.flowable.template.engine that return TemplateEngine Modifier and Type Method Description TemplateEngine
TemplateEngineConfiguration. buildTemplateEngine()
static TemplateEngine
TemplateEngines. getDefaultTemplateEngine()
static TemplateEngine
TemplateEngines. getTemplateEngine(java.lang.String templateEngineName)
Obtain an template engine by name.Methods in com.flowable.template.engine that return types with arguments of type TemplateEngine Modifier and Type Method Description org.flowable.common.spring.AutoDeploymentStrategy<TemplateEngine>
TemplateEngineConfiguration. getAutoDeploymentStrategy(java.lang.String mode)
Gets theAutoDeploymentStrategy
for the provided mode.java.util.Collection<org.flowable.common.spring.AutoDeploymentStrategy<TemplateEngine>>
TemplateEngineConfiguration. getDeploymentStrategies()
static java.util.Map<java.lang.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 TemplateEngine Modifier and Type Method 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.Method parameters in com.flowable.template.engine with type arguments of type TemplateEngine Modifier and Type Method Description void
TemplateEngineConfiguration. setDeploymentStrategies(java.util.Collection<org.flowable.common.spring.AutoDeploymentStrategy<TemplateEngine>> deploymentStrategies)
-
Uses of TemplateEngine in com.flowable.template.engine.autodeployment
Methods in com.flowable.template.engine.autodeployment with parameters of type TemplateEngine Modifier and Type Method Description protected void
DefaultAutoDeploymentStrategy. deployResourcesInternal(java.lang.String deploymentNameHint, org.springframework.core.io.Resource[] resources, TemplateEngine engine)
protected org.flowable.common.engine.impl.lock.LockManager
AbstractTemplateAutoDeploymentStrategy. getLockManager(TemplateEngine engine, java.lang.String deploymentNameHint)
-
Uses of TemplateEngine in com.flowable.template.engine.configurator
Methods in com.flowable.template.engine.configurator that return TemplateEngine Modifier and Type Method Description protected TemplateEngine
TemplateEngineConfigurator. initEngine()
-
Uses of TemplateEngine in com.flowable.template.engine.impl
Classes in com.flowable.template.engine.impl that implement TemplateEngine Modifier and Type Class Description class
TemplateEngineImpl
-
Uses of TemplateEngine in com.flowable.template.engine.impl.deployer
Fields in com.flowable.template.engine.impl.deployer declared as TemplateEngine Modifier and Type Field Description protected TemplateEngine
DefaultTemplateDefinitionAutoDeployer. templateEngine
Constructors in com.flowable.template.engine.impl.deployer with parameters of type TemplateEngine Constructor Description DefaultTemplateDefinitionAutoDeployer(java.util.Collection<org.springframework.core.io.Resource> deploymentResources, TemplateEngine templateEngine)
DefaultTemplateDefinitionAutoDeployer(java.util.Collection<org.springframework.core.io.Resource> deploymentResources, TemplateEngine templateEngine, java.lang.String deploymentName)
-
Uses of TemplateEngine in com.flowable.template.engine.test
Fields in com.flowable.template.engine.test declared as TemplateEngine Modifier and Type Field Description protected TemplateEngine
TemplateTestHelper. templateEngine
Methods in com.flowable.template.engine.test that return TemplateEngine Modifier and Type Method Description protected TemplateEngine
TemplateExtension. createTemplateEngine(org.junit.jupiter.api.extension.ExtensionContext context)
TemplateEngine
TemplateTestHelper. getTemplateEngine()
Constructors in com.flowable.template.engine.test with parameters of type TemplateEngine Constructor Description TemplateTestHelper(TemplateEngine templateEngine)