com.google.gwt.requestfactory.shared
Interface RequestFactory

All Known Implementing Classes:
RequestFactoryJsonImpl

public interface RequestFactory

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

Marker interface for the RequestFactory code generator.


Nested Class Summary
static interface RequestFactory.RequestDefinition
          Implemented by enums that define the mapping between request objects and service methods.
static interface RequestFactory.RequestObject<T>
          Implemented by the request objects created by this factory.
 
Field Summary
static java.lang.String SYNC
           
static java.lang.String URL
           
 
Method Summary
 ValueStore getValueStore()
           
 void init(HandlerManager eventBus)
           
 SyncRequest syncRequest(DeltaValueStore deltaValueStore)
           
 

Field Detail

URL

static final java.lang.String URL
See Also:
Constant Field Values

SYNC

static final java.lang.String SYNC
See Also:
Constant Field Values
Method Detail

getValueStore

ValueStore getValueStore()

init

void init(HandlerManager eventBus)

syncRequest

SyncRequest syncRequest(DeltaValueStore deltaValueStore)