com.xpn.xwiki.wysiwyg.client.plugin.macro
Interface MacroService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- XWikiMacroService
@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: MacroService.java 24615 2009-10-22 07:31:48Z mflorea $
getMacroDescriptor
MacroDescriptor getMacroDescriptor(java.lang.String macroId,
java.lang.String syntaxId)
- Parameters:
macroId - a macro identifiersyntaxId - a syntax identifier
- Returns:
- an object describing the specified macro
getMacroDescriptors
java.util.List<MacroDescriptor> getMacroDescriptors(java.lang.String syntaxId)
- Parameters:
syntaxId - a syntax identifier
- Returns:
- the list of all the macro descriptors for the specified syntax
Copyright © 2004-2010 XWiki. All Rights Reserved.