GWTP Dispatch client 0.7-redhat-1

Package com.gwtplatform.dispatch.client

Interface Summary
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 {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 ClientActionHandlers 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 ClientActionHandlers that make asynchronous calls that return a Request.
DelegatingDispatchRequest An implementation of DispatchRequest that is used in conjunction with ClientActionHandlers.
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

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.