com.xpn.xwiki.wysiwyg.server.plugin.macro
Interface MacroDescriptorTranslator

All Known Implementing Classes:
XWikiMacroDescriptorTranslator

@ComponentRole
public interface MacroDescriptorTranslator

Translates a MacroDescriptor into the execution context language.

Version:
$Id: MacroDescriptorTranslator.java 26136 2010-01-14 10:33:51Z mflorea $

Method Summary
 MacroDescriptor translate(MacroDescriptor macroDescriptor)
          Translates the given macro descriptor into the execution context language.
 

Method Detail

translate

MacroDescriptor translate(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 © 2004-2010 XWiki. All Rights Reserved.