| Package | Description |
|---|---|
| org.alfresco.wcm.client.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
WebScriptCaller.get(String servicePath,
WebscriptResponseHandler handler,
WebscriptParam... params) |
void |
WebScriptCallerImpl.get(String servicePath,
WebscriptResponseHandler handler,
WebscriptParam... params) |
org.json.JSONObject |
WebScriptCaller.getJsonObject(String servicePath,
WebscriptParam... params) |
org.json.JSONObject |
WebScriptCallerImpl.getJsonObject(String servicePath,
WebscriptParam... params) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebScriptCaller.get(String servicePath,
WebscriptResponseHandler handler,
List<WebscriptParam> params) |
void |
WebScriptCallerImpl.get(String servicePath,
WebscriptResponseHandler handler,
List<WebscriptParam> params) |
org.json.JSONObject |
WebScriptCaller.getJsonObject(String servicePath,
List<WebscriptParam> params) |
org.json.JSONObject |
WebScriptCallerImpl.getJsonObject(String servicePath,
List<WebscriptParam> params) |
void |
WebScriptCaller.post(String servicePath,
WebscriptResponseHandler handler,
List<WebscriptParam> params) |
void |
WebScriptCallerImpl.post(String servicePath,
WebscriptResponseHandler handler,
List<WebscriptParam> params) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.