JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
fmpp
TemplateDataModelBuilder
Contents
Description
Method Summary
Method Details
build(Engine, Template, File)
Hide sidebar
Show sidebar
Interface TemplateDataModelBuilder
public interface
TemplateDataModelBuilder
Deprecated.
Use
LocalDataBuilder
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
Map
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
LocalDataBuilderinstead.