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.
|
Field Summary |
static java.lang.String |
SYNC
|
static java.lang.String |
URL
|
URL
static final java.lang.String URL
- See Also:
- Constant Field Values
SYNC
static final java.lang.String SYNC
- See Also:
- Constant Field Values
getValueStore
ValueStore getValueStore()
init
void init(HandlerManager eventBus)
syncRequest
SyncRequest syncRequest(DeltaValueStore deltaValueStore)