org.exoplatform.wiki.service.wysiwyg
Class WikiMacroService

java.lang.Object
  extended by org.exoplatform.wiki.service.wysiwyg.WikiMacroService
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroService

public class WikiMacroService
extends Object
implements org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroService

Created by The eXo Platform SAS Author : viet nguyen viet.nguyen@exoplatform.com Aug 18, 2010


Constructor Summary
WikiMacroService()
           
 
Method Summary
 org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor getMacroDescriptor(String macroId, String syntaxId)
          
 List<org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor> getMacroDescriptors(String syntaxId)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiMacroService

public WikiMacroService()
Method Detail

getMacroDescriptor

public org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor getMacroDescriptor(String macroId,
                                                                                    String syntaxId)

Specified by:
getMacroDescriptor in interface org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroService
See Also:
MacroService.getMacroDescriptor(String, String)

getMacroDescriptors

public List<org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor> getMacroDescriptors(String syntaxId)

Specified by:
getMacroDescriptors in interface org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroService
See Also:
MacroService.getMacroDescriptors(String)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.