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