org.exoplatform.wiki.service.wysiwyg
Interface MacroDescriptorTranslator

All Known Implementing Classes:
WikiMacroDescriptorTranslator

@Role
public interface MacroDescriptorTranslator

Translates a MacroDescriptor into the execution context language.


Method Summary
 org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor translate(org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor macroDescriptor)
          Translates the given macro descriptor into the execution context language.
 

Method Detail

translate

org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor translate(org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor macroDescriptor)
Translates the given macro descriptor into the execution context language.

Parameters:
macroDescriptor - a macro descriptor
Returns:
the given macro descriptor translated into the execution context language


Copyright © 2013 eXo Platform SAS. All Rights Reserved.