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.Modifier and Type | Method and Description |
---|---|
void |
render(java.io.Writer out)
Renders the body of the directive body to the specified writer.
|
void render(java.io.Writer out) throws TemplateException, java.io.IOException
out
- the writer to write the output to.TemplateException
java.io.IOException