Uses of Class
fmpp.TemplateEnvironment
-
Packages that use TemplateEnvironment Package Description fmpp The very core, the foundation of FMPP.fmpp.localdatabuilders fmpp.LocalDataBuilder
implementations. -
-
Uses of TemplateEnvironment in fmpp
Methods in fmpp that return TemplateEnvironment Modifier and Type Method Description static TemplateEnvironment
TemplateEnvironment. getCurrentInstance()
Returns theTemplateEnvironment
object used for the template currently being executed by FMPP in the current thread.TemplateEnvironment
Engine. getTemplateEnvironment()
Returns theTemplateEnvironment
.Methods in fmpp with parameters of type 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. -
Uses of TemplateEnvironment in fmpp.localdatabuilders
Methods in fmpp.localdatabuilders with parameters of type TemplateEnvironment 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 callsCachingLocalDataBuilder.build(Engine)
if no cached result is available.java.util.Map
MapLocalDataBuilder. build(Engine eng, TemplateEnvironment env)
-