com.xpn.xwiki.wysiwyg.server.plugin.macro
Class XWikiMacroService

java.lang.Object
  extended by com.xpn.xwiki.wysiwyg.server.plugin.macro.XWikiMacroService
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, MacroService

public class XWikiMacroService
extends java.lang.Object
implements MacroService

XWiki specific implementation of MacroService.

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

Constructor Summary
XWikiMacroService()
           
 
Method Summary
 MacroDescriptor getMacroDescriptor(java.lang.String macroId, java.lang.String syntaxId)
          
 java.util.List<MacroDescriptor> getMacroDescriptors(java.lang.String syntaxId)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWikiMacroService

public XWikiMacroService()
Method Detail

getMacroDescriptor

public MacroDescriptor getMacroDescriptor(java.lang.String macroId,
                                          java.lang.String syntaxId)

Specified by:
getMacroDescriptor in interface MacroService
Parameters:
macroId - a macro identifier
syntaxId - a syntax identifier
Returns:
an object describing the specified macro
See Also:
MacroService.getMacroDescriptor(String, String)

getMacroDescriptors

public java.util.List<MacroDescriptor> getMacroDescriptors(java.lang.String syntaxId)

Specified by:
getMacroDescriptors in interface MacroService
Parameters:
syntaxId - a syntax identifier
Returns:
the list of all the macro descriptors for the specified syntax
See Also:
MacroService.getMacroDescriptors(String)


Copyright © 2004-2010 XWiki. All Rights Reserved.