Uses of Class
com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroDescriptor

Packages that use MacroDescriptor
com.xpn.xwiki.wysiwyg.client.plugin.macro   
com.xpn.xwiki.wysiwyg.server.plugin.macro   
 

Uses of MacroDescriptor in com.xpn.xwiki.wysiwyg.client.plugin.macro
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.macro that return MacroDescriptor
 MacroDescriptor MacroService.getMacroDescriptor(java.lang.String macroId, java.lang.String syntaxId)
           
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.macro that return types with arguments of type MacroDescriptor
 java.util.List<MacroDescriptor> MacroService.getMacroDescriptors(java.lang.String syntaxId)
           
 

Method parameters in com.xpn.xwiki.wysiwyg.client.plugin.macro with type arguments of type MacroDescriptor
 void MacroServiceAsyncCacheProxy.getMacroDescriptor(java.lang.String macroId, java.lang.String syntaxId, com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async)
          Makes a request to the server to get the descriptor for the specified macro.
 void MacroServiceAsync.getMacroDescriptor(java.lang.String macroId, java.lang.String syntaxId, com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async)
          Makes a request to the server to get the descriptor for the specified macro.
 void MacroServiceAsyncCacheProxy.getMacroDescriptors(java.lang.String syntaxId, com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<MacroDescriptor>> async)
          Makes a request to the server to get all the macro descriptors for the specified syntax.
 void MacroServiceAsync.getMacroDescriptors(java.lang.String syntaxId, com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<MacroDescriptor>> async)
          Makes a request to the server to get all the macro descriptors for the specified syntax.
 

Uses of MacroDescriptor in com.xpn.xwiki.wysiwyg.server.plugin.macro
 

Methods in com.xpn.xwiki.wysiwyg.server.plugin.macro that return MacroDescriptor
 MacroDescriptor XWikiMacroService.getMacroDescriptor(java.lang.String macroId, java.lang.String syntaxId)
          
 MacroDescriptor MacroDescriptorTranslator.translate(MacroDescriptor macroDescriptor)
          Translates the given macro descriptor into the execution context language.
 MacroDescriptor XWikiMacroDescriptorTranslator.translate(MacroDescriptor macroDescriptor)
          Translates the given macro descriptor into the execution context language.
 

Methods in com.xpn.xwiki.wysiwyg.server.plugin.macro that return types with arguments of type MacroDescriptor
 java.util.List<MacroDescriptor> XWikiMacroService.getMacroDescriptors(java.lang.String syntaxId)
          
 

Methods in com.xpn.xwiki.wysiwyg.server.plugin.macro with parameters of type MacroDescriptor
 MacroDescriptor MacroDescriptorTranslator.translate(MacroDescriptor macroDescriptor)
          Translates the given macro descriptor into the execution context language.
 MacroDescriptor XWikiMacroDescriptorTranslator.translate(MacroDescriptor macroDescriptor)
          Translates the given macro descriptor into the execution context language.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.