Uses of Interface
freemarker.template.TemplateDirectiveBody

Packages that use TemplateDirectiveBody
freemarker.template This package contains the core API's that most users will use. 
 

Uses of TemplateDirectiveBody in freemarker.template
 

Methods in freemarker.template with parameters of type TemplateDirectiveBody
 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.