org.exoplatform.calendar.client.JSO
Class RestRequestController

java.lang.Object
  extended by 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


Field Summary
static String REST_BASE_URL
           
 
Method Summary
 List<Calendar> getPersonalCalendars()
          Deprecated. 
static RestRequestController instance()
           
 void makeGetJsonRequest(String relPath, com.google.gwt.gadgets.client.io.ResponseReceivedHandler<? extends com.google.gwt.core.client.JavaScriptObject> responseReceivedHandler)
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REST_BASE_URL

public static String REST_BASE_URL
Method Detail

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.