| 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 |
|---|---|
| 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. |
| 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.
|
| DelegatingAsyncCallback<A extends TypedAction<R>,R,T extends Interceptor> |
AsyncCallback implementation wrapping another AsyncCallback object used by a Interceptor
implementations to delegate the execution result. |
| DelegatingCallbackDispatchRequest<R> |
An implementation of
DispatchRequest that should be used by
Interceptors that make asynchronous calls that return a
Request. |
| DelegatingDispatchRequest |
An implementation of
DispatchRequest that is used in conjunction with Interceptors. |
| 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. |
| OldDelegatingAsyncCallback<A extends TypedAction<R>,R> | Deprecated
Since 1.4.
|
| Enum | Description |
|---|---|
| ExceptionHandler.Status |
ExceptionHandler's status enumeration. |
Copyright © 2010–2016 Arcbees. All rights reserved.