java.lang.Object
com.flowable.core.service.reporting.impl.template.TemplateLoader

public class TemplateLoader extends Object
  • Field Details

    • templateLocation

      protected String templateLocation
    • configuration

      protected freemarker.template.Configuration configuration
  • Constructor Details

    • TemplateLoader

      public TemplateLoader(String templateLocation)
  • Method Details

    • getTemplate

      public freemarker.template.Template getTemplate(String template) throws IOException
      Throws:
      IOException
    • getTemplateLocation

      public String getTemplateLocation()
    • getConfiguration

      public freemarker.template.Configuration getConfiguration()
    • setConfiguration

      public void setConfiguration(freemarker.template.Configuration configuration)