public class FreemarkerMacro extends Object implements WikiMacro
| Constructor and Description |
|---|
FreemarkerMacro() |
| Modifier and Type | Method and Description |
|---|---|
void |
eval(org.wikimodel.wem.WikiParameters params,
String content,
WikiSerializerHandler serializer) |
void |
evalInline(org.wikimodel.wem.WikiParameters params,
String content,
WikiSerializerHandler serializer) |
String |
getName() |
public FreemarkerMacro()
public void eval(org.wikimodel.wem.WikiParameters params, String content, WikiSerializerHandler serializer) throws IOException, freemarker.template.TemplateException
eval in interface WikiMacroIOExceptionfreemarker.template.TemplateExceptionpublic void evalInline(org.wikimodel.wem.WikiParameters params, String content, WikiSerializerHandler serializer) throws IOException, freemarker.template.TemplateException
evalInline in interface WikiMacroIOExceptionfreemarker.template.TemplateExceptionCopyright © 2019 Nuxeo. All rights reserved.