|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.wysiwyg.client.plugin.macro.MacroServiceAsyncCacheProxy
public class MacroServiceAsyncCacheProxy
Cache proxy for MacroServiceAsync.
| Constructor Summary | |
|---|---|
MacroServiceAsyncCacheProxy(MacroServiceAsync service)
Creates a new cache proxy for the given service. |
|
| Method Summary | |
|---|---|
void |
getMacroDescriptor(String macroId,
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 |
getMacroDescriptors(String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async)
Makes a request to the server to get all the macro descriptors for the specified syntax. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MacroServiceAsyncCacheProxy(MacroServiceAsync service)
service - the service to be cached| Method Detail |
|---|
public void getMacroDescriptor(String macroId,
String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async)
getMacroDescriptor in interface MacroServiceAsyncmacroId - a macro identifiersyntaxId - a syntax identifierasync - the call-back to be used for notifying the caller after receiving the response from the serverMacroServiceAsync.getMacroDescriptor(String, String, AsyncCallback)
public void getMacroDescriptors(String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async)
getMacroDescriptors in interface MacroServiceAsyncsyntaxId - a syntax identifierasync - the call-back to be used for notifying the caller after receiving the response from the serverMacroServiceAsync.getMacroDescriptors(String, AsyncCallback)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||