|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfmpp.localdatabuilders.MapLocalDataBuilder
public class MapLocalDataBuilder
Trivial local data builder that returns the Map passed to
its constructor.
| Constructor Summary | |
|---|---|
MapLocalDataBuilder(java.util.Map map)
|
|
| Method Summary | |
|---|---|
java.util.Map |
build(Engine eng,
TemplateEnvironment env)
Returns the variables that could be added to the local data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapLocalDataBuilder(java.util.Map map)
| Method Detail |
|---|
public java.util.Map build(Engine eng,
TemplateEnvironment env)
throws java.lang.Exception
LocalDataBuilder
build 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||