Package fmpp
Interface TemplateDataModelBuilder
-
public interface TemplateDataModelBuilder
Deprecated.UseLocalDataBuilder
instead.Contains callback to build the data-model for a template execution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Map
build(Engine e, freemarker.template.Template template, java.io.File src)
Deprecated.Returns the top-level variables that will be available for the template.
-
-
-
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
-
-