org.xwiki.wysiwyg.server.plugin.macro
Interface MacroDescriptorTranslator
@Role
public interface MacroDescriptorTranslator
Translates a MacroDescriptor into the execution context language.
- Version:
- $Id: 13c11de39f421b6d66d0c3603237614a86480415 $
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-2012 XWiki. All Rights Reserved.