Package fmpp

Interface TemplateDataModelBuilder


public interface TemplateDataModelBuilder
Deprecated.
Use LocalDataBuilder instead.
Contains callback to build the data-model for a template execution.
  • Method Summary

    Modifier and Type
    Method
    Description
    build(Engine e, freemarker.template.Template template, File src)
    Deprecated.
    Returns the top-level variables that will be available for the template.
  • Method Details

    • build

      Map build(Engine e, freemarker.template.Template template, File src) throws Exception
      Deprecated.
      Returns the top-level variables that will be available for the template.
      Throws:
      Exception