Package | Description |
---|---|
com.gwtplatform.dispatch.rest.client | |
com.gwtplatform.dispatch.rest.shared |
Modifier and Type | Class and Description |
---|---|
class |
RestDispatchCall<A extends RestAction<R>,R>
A class representing an execute call to be sent to the server over HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRestAction<R>
Provides a basic implementation of
RestAction to inheritors. |
Modifier and Type | Method and Description |
---|---|
<A extends RestAction<?>> |
RestRequestBuilderFactory.build(A action,
String securityToken)
Build a
RequestBuilder object for the given action. |
<A extends RestAction<?>> |
DefaultRestRequestBuilderFactory.build(A action,
String securityToken) |
<A extends RestAction<R>,R> |
RestDispatchCallFactory.create(A action,
AsyncCallback<R> callback) |
<A extends RestAction<R>,R> |
DefaultRestDispatchCallFactory.create(A action,
AsyncCallback<R> callback) |
<A extends RestAction<R>,R> |
RestResponseDeserializer.deserialize(A action,
Response response)
Deserializes the provided
response for the given action . |
<A extends RestAction<R>,R> |
DefaultRestResponseDeserializer.deserialize(A action,
Response response) |
<A extends RestAction<R>,R> |
RestDispatchAsync.execute(A action,
AsyncCallback<R> callback) |
Modifier and Type | Method and Description |
---|---|
Object |
ActionMetadataProvider.getValue(RestAction<?> action,
MetadataType metadataType)
Retrieve metadata for the given action and
MetadataType pair. |
Object |
AbstractActionMetadataProvider.getValue(RestAction<?> action,
MetadataType metadataType) |
Modifier and Type | Method and Description |
---|---|
static ActionMetadataProvider.MetadataKey |
ActionMetadataProvider.MetadataKey.create(Class<? extends RestAction> actionClass,
MetadataType metadataType) |
protected void |
AbstractActionMetadataProvider.register(Class<? extends RestAction> actionClass,
MetadataType metadataType,
Object value) |
Modifier and Type | Method and Description |
---|---|
<A extends RestAction<R>,R> |
RestDispatch.execute(A action,
AsyncCallback<R> callback)
This method is called client-side whenever a new action is executed.
|
Copyright © 2010–2014 Arcbees. All rights reserved.