Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.rendering.wiki.extensions
Class FreemarkerMacro

java.lang.Object
  extended by org.nuxeo.ecm.platform.rendering.wiki.extensions.FreemarkerMacro
All Implemented Interfaces:
WikiMacro

public class FreemarkerMacro
extends Object
implements WikiMacro

Author:
Bogdan Stefanescu

Constructor Summary
FreemarkerMacro()
           
 
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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreemarkerMacro

public FreemarkerMacro()
Method Detail

getName

public String getName()
Specified by:
getName in interface WikiMacro

eval

public void eval(org.wikimodel.wem.WikiParameters params,
                 String content,
                 WikiSerializerHandler serializer)
          throws Exception
Specified by:
eval in interface WikiMacro
Throws:
Exception

evalInline

public void evalInline(org.wikimodel.wem.WikiParameters params,
                       String content,
                       WikiSerializerHandler serializer)
                throws Exception
Specified by:
evalInline in interface WikiMacro
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.