Uses of Interface
freemarker.template.TemplateDirectiveBody
-
Packages that use TemplateDirectiveBody Package Description freemarker.ext.servlet Servlet for legacy "Model 2" frameworks that allows using FreeMarker templates instead of JSP as the MVC View (see in the Manual).freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration
(see also the Getting Started in the Manual.) -
-
Uses of TemplateDirectiveBody in freemarker.ext.servlet
Methods in freemarker.ext.servlet with parameters of type TemplateDirectiveBody Modifier and Type Method Description void
IncludePage. execute(Environment env, java.util.Map params, TemplateModel[] loopVars, TemplateDirectiveBody body)
-
Uses of TemplateDirectiveBody in freemarker.template
Methods in freemarker.template with parameters of type TemplateDirectiveBody Modifier and Type Method Description void
TemplateDirectiveModel. execute(Environment env, java.util.Map params, TemplateModel[] loopVars, TemplateDirectiveBody body)
Executes this user-defined directive; called by FreeMarker when the user-defined directive is called in the template.
-