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