Package | Description |
---|---|
fmpp |
The very core, the foundation of FMPP.
|
fmpp.localdatabuilders |
fmpp.LocalDataBuilder implementations. |
Modifier and Type | Method | Description |
---|---|---|
static TemplateEnvironment |
TemplateEnvironment.getCurrentInstance() |
Returns the
TemplateEnvironment object used for the template
currently being executed by FMPP in the current thread. |
TemplateEnvironment |
Engine.getTemplateEnvironment() |
Returns the
TemplateEnvironment . |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map |
LocalDataBuilder.build(Engine eng,
TemplateEnvironment env) |
Returns the variables that could be added to the local data.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Map |
BshLocalDataBuilder.build(Engine eng,
TemplateEnvironment env) |
|
java.util.Map |
CachingLocalDataBuilder.build(Engine eng,
TemplateEnvironment env) |
Takes care of caching, and calls
CachingLocalDataBuilder.build(Engine) if no cached
result is available. |
java.util.Map |
MapLocalDataBuilder.build(Engine eng,
TemplateEnvironment env) |