Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.rendering.wiki
Interface WikiMacro

All Known Implementing Classes:
FreemarkerMacro, TocMacro

public interface WikiMacro

Author:
Bogdan Stefanescu

Method Summary
 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

getName

String getName()

eval

void eval(org.wikimodel.wem.WikiParameters params,
          String content,
          WikiSerializerHandler serializer)
          throws Exception
Throws:
Exception

evalInline

void evalInline(org.wikimodel.wem.WikiParameters params,
                String content,
                WikiSerializerHandler serializer)
                throws Exception
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.