org.exoplatform.calendar.client.JSO
Class RestRequestController
java.lang.Object
org.exoplatform.calendar.client.JSO.RestRequestController
public class RestRequestController
- extends Object
Created by The eXo Platform SAS
Author : eXoPlatform
exo@exoplatform.com
May 13, 2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REST_BASE_URL
public static String REST_BASE_URL
instance
public static RestRequestController instance()
makeGetJsonRequest
public void makeGetJsonRequest(String relPath,
com.google.gwt.gadgets.client.io.ResponseReceivedHandler<? extends com.google.gwt.core.client.JavaScriptObject> responseReceivedHandler)
makePostJsonRequest
public void makePostJsonRequest(String relPath,
com.google.gwt.json.client.JSONObject postdata,
com.google.gwt.gadgets.client.io.ResponseReceivedHandler<? extends com.google.gwt.core.client.JavaScriptObject> responseReceivedEvent)
getPersonalCalendars
@Deprecated
public List<Calendar> getPersonalCalendars()
- Deprecated.
Copyright © 2013 eXo Platform SAS. All Rights Reserved.