public class MapLocalDataBuilder extends Object implements LocalDataBuilder
Map passed to
its constructor.| Constructor and Description |
|---|
MapLocalDataBuilder(Map map) |
| Modifier and Type | Method and Description |
|---|---|
Map |
build(Engine eng,
TemplateEnvironment env)
Returns the variables that could be added to the local data.
|
public MapLocalDataBuilder(Map map)
public Map build(Engine eng, TemplateEnvironment env) throws 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...).Exception