public class MapLocalDataBuilder extends java.lang.Object implements LocalDataBuilder
Map
passed to
its constructor.Constructor and Description |
---|
MapLocalDataBuilder(java.util.Map map) |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
build(Engine eng,
TemplateEnvironment env)
Returns the variables that could be added to the local data.
|
public java.util.Map build(Engine eng, TemplateEnvironment env) throws java.lang.Exception
LocalDataBuilder
build
in interface LocalDataBuilder
null
. The returned map will not be modified
(although technically, badly behaved 3rd party code can modify
the values soted in the map...).java.lang.Exception