Uses of Interface
com.flowable.template.engine.TemplateEngine
Packages that use TemplateEngine
Package
Description
-
Uses of TemplateEngine in com.flowable.template.engine
Subclasses with type arguments of type TemplateEngine in com.flowable.template.engineFields in com.flowable.template.engine with type parameters of type TemplateEngineModifier and TypeFieldDescriptionprotected Collection<org.flowable.common.spring.AutoDeploymentStrategy<TemplateEngine>> TemplateEngineConfiguration.deploymentStrategiesprotected static Map<String, TemplateEngine> TemplateEngines.templateEnginesMethods in com.flowable.template.engine that return TemplateEngineModifier and TypeMethodDescriptionTemplateEngineConfiguration.buildTemplateEngine()protected TemplateEngineTemplateEngineConfiguration.createEngine()static TemplateEngineTemplateEngines.getDefaultTemplateEngine()static TemplateEngineTemplateEngines.getTemplateEngine(String templateEngineName) Obtain an template engine by name.Methods in com.flowable.template.engine that return types with arguments of type TemplateEngineModifier and TypeMethodDescriptionprotected Consumer<TemplateEngine> TemplateEngineConfiguration.createPostEngineBuildConsumer()org.flowable.common.spring.AutoDeploymentStrategy<TemplateEngine> TemplateEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Collection<org.flowable.common.spring.AutoDeploymentStrategy<TemplateEngine>> 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 voidTemplateEngineConfiguration.autoDeployResources(TemplateEngine templateEngine) static voidTemplateEngines.registerEngine(TemplateEngine templateEngine) Registers the given template engine.static voidTemplateEngines.unregister(TemplateEngine templateEngine) Unregisters the given template engine.Method parameters in com.flowable.template.engine with type arguments of type TemplateEngineModifier and TypeMethodDescriptionvoidTemplateEngineConfiguration.setDeploymentStrategies(Collection<org.flowable.common.spring.AutoDeploymentStrategy<TemplateEngine>> deploymentStrategies) -
Uses of TemplateEngine in com.flowable.template.engine.autodeployment
Subclasses with type arguments of type TemplateEngine in com.flowable.template.engine.autodeploymentModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.Methods in com.flowable.template.engine.autodeployment with parameters of type TemplateEngineModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, TemplateEngine engine) protected org.flowable.common.engine.api.lock.LockManagerAbstractTemplateAutoDeploymentStrategy.getLockManager(TemplateEngine engine, String deploymentNameHint) -
Uses of TemplateEngine in com.flowable.template.engine.configurator
Subclasses with type arguments of type TemplateEngine in com.flowable.template.engine.configuratorMethods in com.flowable.template.engine.configurator that return TemplateEngineModifier and TypeMethodDescriptionprotected TemplateEngineTemplateEngineConfigurator.buildEngine() -
Uses of TemplateEngine in com.flowable.template.engine.impl
Classes in com.flowable.template.engine.impl that implement TemplateEngineClasses in com.flowable.template.engine.impl that implement interfaces with type arguments of type TemplateEngineMethods in com.flowable.template.engine.impl with parameters of type TemplateEngineModifier and TypeMethodDescriptionvoidTemplateEnginePostEngineBuildConsumer.accept(TemplateEngine templateEngine) -
Uses of TemplateEngine in com.flowable.template.engine.test
Fields in com.flowable.template.engine.test declared as TemplateEngineModifier and TypeFieldDescriptionprotected final TemplateEngineTemplateTestHelper.templateEngineMethods in com.flowable.template.engine.test that return TemplateEngineModifier and TypeMethodDescriptionprotected TemplateEngineTemplateExtension.createTemplateEngine(org.junit.jupiter.api.extension.ExtensionContext context) TemplateTestHelper.getTemplateEngine()Constructors in com.flowable.template.engine.test with parameters of type TemplateEngine