|
GWTP Dispatch client 0.7-redhat-1 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
CallbackDispatchRequest<R> | An implementation of DispatchRequest that should be used by
ClientActionHandler s
that make asynchronous calls. |
ExceptionHandler | Implementations of this interface can be added to a {com.gwtplatform.dispatch.shared.DispatchAsync @link DispatchAsync} implementation to intercept exceptions which return from further up the chain. |
Class Summary | |
---|---|
CompletedDispatchRequest | An implementation of DispatchRequest that is always completed. |
DefaultCallbackDispatchRequest<R> | An implementation of CallbackDispatchRequest that should be used by
ClientActionHandler s that
make asynchronous calls that do not return a Request . |
DefaultDispatchAsync | This class is the default implementation of DispatchAsync , which is
essentially the client-side access to the
com.gwtplatform.dispatch.server.Dispatch class on the server-side. |
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
ClientActionHandler s
that make asynchronous calls that return a Request . |
DelegatingDispatchRequest | An implementation of DispatchRequest that is used in conjunction with
ClientActionHandler s. |
GwtHttpDispatchRequest | An implementation of DispatchRequest that is an adapter for
Request . |
Enum Summary | |
---|---|
ExceptionHandler.Status | ExceptionHandler 's status enumeration. |
|
GWTP Dispatch client 0.7-redhat-1 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |