fmpp
Interface TemplateDataModelBuilder


Deprecated. Use LocalDataBuilder instead.

public interface TemplateDataModelBuilder

Contains callback to build the data-model for a template execution.


Method Summary
 java.util.Map build(Engine e, freemarker.template.Template template, java.io.File src)
          Deprecated. Returns the top-level variables that will be avilable 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 avilable for the template.

Throws:
java.lang.Exception