@Role
@RemoteServiceRelativePath(value="MacroService.gwtrpc")
public interface MacroService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
MacroDescriptor |
getMacroDescriptor(String macroId,
String syntaxId) |
List<MacroDescriptor> |
getMacroDescriptors(String syntaxId) |
MacroDescriptor getMacroDescriptor(String macroId, String syntaxId)
macroId - a macro identifiersyntaxId - a syntax identifierList<MacroDescriptor> getMacroDescriptors(String syntaxId)
syntaxId - a syntax identifierCopyright © 2004–2014 XWiki. All rights reserved.