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.deploymentStrategiesprotected static Map<String,TemplateEngine> TemplateEngines.templateEnginesMethods in com.flowable.template.engine that return TemplateEngineModifier and TypeMethodDescriptionTemplateEngineConfiguration.buildTemplateEngine()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 TypeMethodDescriptionTemplateEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor 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 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<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 voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, TemplateEngine engine) protected LockManagerAbstractTemplateAutoDeploymentStrategy.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 TemplateEngineTemplateEngineConfigurator.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 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