Uses of Class
fmpp.TemplateEnvironment
Packages that use TemplateEnvironment
Package
Description
The very core, the foundation of FMPP.
fmpp.LocalDataBuilder
implementations.-
Uses of TemplateEnvironment in fmpp
Methods in fmpp that return TemplateEnvironmentModifier and TypeMethodDescriptionstatic TemplateEnvironment
TemplateEnvironment.getCurrentInstance()
Returns theTemplateEnvironment
object used for the template currently being executed by FMPP in the current thread.Engine.getTemplateEnvironment()
Returns theTemplateEnvironment
.Methods in fmpp with parameters of type TemplateEnvironmentModifier and TypeMethodDescriptionLocalDataBuilder.build
(Engine eng, TemplateEnvironment env) Returns the variables that could be added to the local data. -
Uses of TemplateEnvironment in fmpp.localdatabuilders
Methods in fmpp.localdatabuilders with parameters of type TemplateEnvironmentModifier and TypeMethodDescriptionBshLocalDataBuilder.build
(Engine eng, TemplateEnvironment env) final Map
CachingLocalDataBuilder.build
(Engine eng, TemplateEnvironment env) Takes care of caching, and callsCachingLocalDataBuilder.build(Engine)
if no cached result is available.MapLocalDataBuilder.build
(Engine eng, TemplateEnvironment env)