com.google.gwt.requestfactory.client.impl
Class RequestFactoryJsonImpl
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestFactoryJsonImpl
public RequestFactoryJsonImpl()
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