|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.plugins.api.web.gwt.client.JsonUtils
public class JsonUtils
| Nested Class Summary | |
|---|---|
static interface |
JsonUtils.JSONHandler
|
| Constructor Summary | |
|---|---|
JsonUtils()
|
|
| Method Summary | |
|---|---|
static void |
dispatchJSON(com.google.gwt.core.client.JavaScriptObject jsonObj,
JsonUtils.JSONHandler handler)
|
static void |
makeJSONRequest(int requestId,
java.lang.String url,
JsonUtils.JSONHandler handler)
|
static void |
requestJson(java.lang.String url,
JsonUtils.JSONHandler handler)
IMPORTANT : the url should ended with ?callback= or &callback= |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsonUtils()
| Method Detail |
|---|
public static void requestJson(java.lang.String url,
JsonUtils.JSONHandler handler)
public static void makeJSONRequest(int requestId,
java.lang.String url,
JsonUtils.JSONHandler handler)
public static void dispatchJSON(com.google.gwt.core.client.JavaScriptObject jsonObj,
JsonUtils.JSONHandler handler)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||