Package fmpp

Interface TemplateDataModelBuilder


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

      • build

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