Class TocMacro
java.lang.Object
org.nuxeo.ecm.platform.rendering.wiki.TocMacro
- All Implemented Interfaces:
WikiMacro
Build the Table of Contents of a wiki page
- Author:
- Bogdan Stefanescu
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
eval
(org.wikimodel.wem.WikiParameters params, String content, WikiSerializerHandler serializer) void
evalInline
(org.wikimodel.wem.WikiParameters params, String content, WikiSerializerHandler serializer) getName()
-
Constructor Details
-
TocMacro
public TocMacro()
-
-
Method Details
-
getName
-
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
-