org.xwiki.gwt.wysiwyg.client.plugin.macro
Interface MacroService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
@ComponentRole
@RemoteServiceRelativePath(value="MacroService.gwtrpc")
public interface MacroService
- extends com.google.gwt.user.client.rpc.RemoteService
The service interface used on the server.
- Version:
- $Id$
getMacroDescriptor
MacroDescriptor getMacroDescriptor(String macroId,
String syntaxId)
- Parameters:
macroId - a macro identifiersyntaxId - a syntax identifier
- Returns:
- an object describing the specified macro
getMacroDescriptors
List<MacroDescriptor> getMacroDescriptors(String syntaxId)
- Parameters:
syntaxId - a syntax identifier
- Returns:
- the list of all the macro descriptors for the specified syntax
Copyright © 2004-2012 XWiki. All Rights Reserved.