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