public interface TemplateDirectiveBody
TemplateDirectiveModel
) invocation. An implementation of this
class is passed to TemplateDirectiveModel.execute(freemarker.core.Environment,
java.util.Map, TemplateModel[], TemplateDirectiveBody)
. The implementation of the method is
free to invoke it for any number of times, with any writer.void render(Writer out) throws TemplateException, IOException
out
- the writer to write the output to.TemplateException
IOException