Class AbstractTemplateAutoDeploymentStrategy

java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<TemplateEngine>
com.flowable.template.engine.autodeployment.AbstractTemplateAutoDeploymentStrategy
All Implemented Interfaces:
org.flowable.common.spring.AutoDeploymentStrategy<TemplateEngine>
Direct Known Subclasses:
DefaultAutoDeploymentStrategy

public abstract class AbstractTemplateAutoDeploymentStrategy extends org.flowable.common.spring.CommonAutoDeploymentStrategy<TemplateEngine>
Abstract base class for implementations of AutoDeploymentStrategy.
Author:
Filip Hrisafov
  • Constructor Details

    • AbstractTemplateAutoDeploymentStrategy

      public AbstractTemplateAutoDeploymentStrategy()
    • AbstractTemplateAutoDeploymentStrategy

      public AbstractTemplateAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
  • Method Details