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

java.lang.Object
  extended by com.google.gwt.requestfactory.client.impl.RequestFactoryJsonImpl
All Implemented Interfaces:
RequestFactory

public abstract class RequestFactoryJsonImpl
extends java.lang.Object
implements RequestFactory

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

Base implementation of RequestFactory.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.requestfactory.shared.RequestFactory
RequestFactory.RequestDefinition, RequestFactory.RequestObject<T>
 
Field Summary
 
Fields inherited from interface com.google.gwt.requestfactory.shared.RequestFactory
SYNC, URL
 
Constructor Summary
RequestFactoryJsonImpl()
           
 
Method Summary
 void fire(RequestFactory.RequestObject<?> requestObject)
           
 ValueStoreJsonImpl getValueStore()
           
 SyncRequest syncRequest(DeltaValueStore deltas)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.gwt.requestfactory.shared.RequestFactory
init
 

Constructor Detail

RequestFactoryJsonImpl

public RequestFactoryJsonImpl()
Method Detail

fire

public void fire(RequestFactory.RequestObject<?> requestObject)

getValueStore

public ValueStoreJsonImpl getValueStore()
Specified by:
getValueStore in interface RequestFactory

syncRequest

public SyncRequest syncRequest(DeltaValueStore deltas)
Specified by:
syncRequest in interface RequestFactory