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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoideval(org.wikimodel.wem.WikiParameters params, String content, WikiSerializerHandler serializer) voidevalInline(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:
evalin interfaceWikiMacro- Throws:
IOException
-
evalInline
public void evalInline(org.wikimodel.wem.WikiParameters params, String content, WikiSerializerHandler serializer) throws IOException - Specified by:
evalInlinein interfaceWikiMacro- Throws:
IOException
-