com.google.gwt.requestfactory.client.impl
Class ClientRequestHelper

java.lang.Object
  extended by com.google.gwt.requestfactory.client.impl.ClientRequestHelper

public class ClientRequestHelper
extends java.lang.Object

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

A convenience class to convert a Map to a JSON string on the client side.


Constructor Summary
ClientRequestHelper()
           
 
Method Summary
static java.lang.String getRequestString(java.util.Map<java.lang.String,java.lang.String> requestData)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientRequestHelper

public ClientRequestHelper()
Method Detail

getRequestString

public static java.lang.String getRequestString(java.util.Map<java.lang.String,java.lang.String> requestData)