
| Interface | Description |
|---|---|
| CallbackDispatchRequest<R> |
An implementation of
DispatchRequest that should be used by
ClientActionHandlers that make asynchronous calls. |
| ExceptionHandler |
Implementations of this interface can be added to a
DispatchAsync
implementation to intercept exceptions which return from further up the chain. |
| Class | Description |
|---|---|
| AbstractDispatchAsync | Deprecated
This class will be removed.
|
| CompletedDispatchRequest |
An implementation of
DispatchRequest that is always completed. |
| DefaultCallbackDispatchRequest<R> |
An implementation of
CallbackDispatchRequest that should be used by
ClientActionHandlers that make asynchronous calls that do not
return a Request. |
| DefaultDispatchAsync | Deprecated
Please use
RpcDispatchAsync |
| DefaultExceptionHandler |
A default implementation of
ExceptionHandler which does not do anything. |
| DefaultSecurityCookieAccessor |
This class provides access to the session id client side by looking into a cookie on the browser.
|
| DelagatingCallbackDispatchRequest<R> |
An implementation of
DispatchRequest that should be used by
ClientActionHandlers that make asynchronous calls that return a
Request. |
| DelegatingAsyncCallback<A extends TypedAction<R>,R> |
AsyncCallback implementation wrapping another AsyncCallback object used by a
ClientActionHandler to delegate the execution result. |
| DelegatingDispatchRequest |
An implementation of
DispatchRequest that is used in conjunction with
ClientActionHandlers. |
| DispatchCall<A extends TypedAction<R>,R> |
An class representing a call made to the server through
RestDispatch or
DispatchAsync. |
| GwtHttpDispatchRequest |
An implementation of
DispatchRequest that is an adapter for Request. |
| PhoneGapDispatchAsync | Deprecated
Please use
PhoneGapDispatchAsync. |
| RpcDispatchAsync | Deprecated
Please use
RpcDispatchAsync. |
| Enum | Description |
|---|---|
| ExceptionHandler.Status |
ExceptionHandler's status enumeration. |
| Annotation Type | Description |
|---|---|
| RemoteServerUrl | Deprecated
Please use
RemoteServerUrl. |
Copyright © 2010-2014 ArcBees. All Rights Reserved.