Class TocMacro
- java.lang.Object
-
- org.nuxeo.ecm.platform.rendering.wiki.TocMacro
-
- All Implemented Interfaces:
WikiMacro
public class TocMacro extends Object implements WikiMacro
Build the Table of Contents of a wiki page- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description TocMacro()
-
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
- Specified by:
eval
in interfaceWikiMacro
- Throws:
IOException
-
evalInline
public void evalInline(org.wikimodel.wem.WikiParameters params, String content, WikiSerializerHandler serializer) throws IOException
- Specified by:
evalInline
in interfaceWikiMacro
- Throws:
IOException
-
-