org.onebusaway.webapp.gwt.common.rpc
Class JsonLibrary
java.lang.Object
org.onebusaway.webapp.gwt.common.rpc.JsonLibrary
public class JsonLibrary
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonLibrary
public JsonLibrary()
getJson
public static void getJson(String requestId,
String url,
JsonCallback handler,
int timeout)
getJsonDouble
public static Double getJsonDouble(com.google.gwt.json.client.JSONObject object,
String key)
getJsonBoolean
public static Boolean getJsonBoolean(com.google.gwt.json.client.JSONObject object,
String key)
getJsonString
public static String getJsonString(com.google.gwt.json.client.JSONObject object,
String key)
getJsonObj
public static com.google.gwt.json.client.JSONObject getJsonObj(com.google.gwt.json.client.JSONObject object,
String key)
getJsonArray
public static com.google.gwt.json.client.JSONArray getJsonArray(com.google.gwt.json.client.JSONObject object,
String key)
Copyright © 2012 OneBusAway. All Rights Reserved.