LocalDataBuilderpublic class MapLocalDataBuilder extends java.lang.Object implements LocalDataBuilder
Map passed to
its constructor.| Constructor | Description |
|---|---|
MapLocalDataBuilder(java.util.Map map) |
| Modifier and Type | Method | 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
LocalDataBuilderbuild in interface LocalDataBuildernull. 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