Class FreemarkerMacro
- java.lang.Object
-
- org.nuxeo.ecm.platform.rendering.wiki.extensions.FreemarkerMacro
-
- All Implemented Interfaces:
WikiMacro
public class FreemarkerMacro extends Object implements WikiMacro
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description FreemarkerMacro()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
eval
public void eval(org.wikimodel.wem.WikiParameters params, String content, WikiSerializerHandler serializer) throws IOException, freemarker.template.TemplateException
- Specified by:
eval
in interfaceWikiMacro
- Throws:
IOException
freemarker.template.TemplateException
-
evalInline
public void evalInline(org.wikimodel.wem.WikiParameters params, String content, WikiSerializerHandler serializer) throws IOException, freemarker.template.TemplateException
- Specified by:
evalInline
in interfaceWikiMacro
- Throws:
IOException
freemarker.template.TemplateException
-
-