GWTP Dispatch client 0.6-redhat-1
A B C D E F G I O P R S T U V

A

AbstractCachingClientActionHandler<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.client.actionhandler.caching
Abstract base class for client-side action handlers with caching support.
AbstractCachingClientActionHandler(Class<A>, Cache) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
 
AbstractClientActionHandler<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.client.actionhandler
Simple abstract super-class for ActionHandler implementations that forces the Action class to be passed in as a constructor to the handler.
AbstractClientActionHandler(Class<A>) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.AbstractClientActionHandler
 
ActionCachingHandler<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.client.actionhandler.caching
Default implementation of AbstractCachingClientActionHandler.
ActionCachingHandler(Class<A>, Cache) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.ActionCachingHandler
 

B

build() - Method in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
Build the DispatchAsyncModule.

C

Cache - Interface in com.gwtplatform.dispatch.client.actionhandler.caching
Interface for client side caching.
CallbackDispatchRequest<R> - Interface in com.gwtplatform.dispatch.client
An implementation of DispatchRequest that should be used by ClientActionHandlers that make asynchronous calls.
cancel() - Method in class com.gwtplatform.dispatch.client.CompletedDispatchRequest
 
cancel() - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
 
cancel() - Method in class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
 
cancel() - Method in class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
 
cancel() - Method in class com.gwtplatform.dispatch.client.GwtHttpDispatchRequest
 
clear() - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Clears the entire cache.
clear() - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 
ClientActionHandler<A extends Action<R>,R extends Result> - Interface in com.gwtplatform.dispatch.client.actionhandler
Instances of this interface will handle specific types of Action classes on the client.
ClientActionHandlerMismatchException - Exception in com.gwtplatform.dispatch.client.actionhandler
This exception is throw as a side-effect of an error calling DefaultClientActionHandlerRegistry.register(com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler).
ClientActionHandlerMismatchException(Class<? extends Action<?>>, Class<?>) - Constructor for exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
 
ClientActionHandlerRegistry - Interface in com.gwtplatform.dispatch.client.actionhandler
Implementations of this interface will be used by DispatchAsync implementation to find client-side action handlers.
clientActionHandlerRegistry(Class<? extends ClientActionHandlerRegistry>) - Method in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
Specify an alternate client action handler registry.
clientActionHandlerRegistryType - Variable in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
 
clientActionHandlerRegistryType - Variable in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
 
com.gwtplatform.dispatch.client - package com.gwtplatform.dispatch.client
 
com.gwtplatform.dispatch.client.actionhandler - package com.gwtplatform.dispatch.client.actionhandler
 
com.gwtplatform.dispatch.client.actionhandler.caching - package com.gwtplatform.dispatch.client.actionhandler.caching
 
com.gwtplatform.dispatch.client.gin - package com.gwtplatform.dispatch.client.gin
 
CompletedDispatchRequest - Class in com.gwtplatform.dispatch.client
An implementation of DispatchRequest that is always completed.
CompletedDispatchRequest() - Constructor for class com.gwtplatform.dispatch.client.CompletedDispatchRequest
 
configure() - Method in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
 
cookieName - Variable in class com.gwtplatform.dispatch.client.DefaultSecurityCookieAccessor
 

D

DefaultCacheImpl - Class in com.gwtplatform.dispatch.client.actionhandler.caching
Default Implementation for Cache.
DefaultCacheImpl() - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
Initializes the cache with auto expiration OFF.
DefaultCacheImpl(long) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
Initialize the cache with auto expiration ON.
DefaultCallbackDispatchRequest<R> - Class in com.gwtplatform.dispatch.client
An implementation of CallbackDispatchRequest that should be used by ClientActionHandlers that make asynchronous calls that do not return a Request.
DefaultCallbackDispatchRequest(AsyncCallback<R>) - Constructor for class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
Construct a DefaultCallbackDispatchRequest.
DefaultClientActionHandlerRegistry - Class in com.gwtplatform.dispatch.client.actionhandler
The default implementation that ClientActionHandlerRegistry that if bound will not load any client-side action handlers.
DefaultClientActionHandlerRegistry() - Constructor for class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
 
DefaultDispatchAsync - Class in com.gwtplatform.dispatch.client
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.
DefaultDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Constructor for class com.gwtplatform.dispatch.client.DefaultDispatchAsync
 
DefaultExceptionHandler - Class in com.gwtplatform.dispatch.client
A default implementation of ExceptionHandler which does not do anything.
DefaultExceptionHandler() - Constructor for class com.gwtplatform.dispatch.client.DefaultExceptionHandler
 
DefaultSecurityCookieAccessor - Class in com.gwtplatform.dispatch.client
This class provides access to the session id client side by looking into a cookie on the browser.
DefaultSecurityCookieAccessor() - Constructor for class com.gwtplatform.dispatch.client.DefaultSecurityCookieAccessor
 
DelagatingCallbackDispatchRequest<R> - Class in com.gwtplatform.dispatch.client
An implementation of DispatchRequest that should be used by ClientActionHandlers that make asynchronous calls that return a Request.
DelagatingCallbackDispatchRequest(DispatchRequest, AsyncCallback<R>) - Constructor for class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
 
DelegatingDispatchRequest - Class in com.gwtplatform.dispatch.client
An implementation of DispatchRequest that is used in conjunction with ClientActionHandlers.
DelegatingDispatchRequest() - Constructor for class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
 
DispatchAsyncModule - Class in com.gwtplatform.dispatch.client.gin
This gin module provides provides access to the DispatchAsync singleton, which is used to make remote procedure calls to the server.
DispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
 
DispatchAsyncModule(Class<? extends ExceptionHandler>, Class<? extends SecurityCookieAccessor>) - Constructor for class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
Deprecated. 
DispatchAsyncModule(Class<? extends ClientActionHandlerRegistry>) - Constructor for class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
Deprecated. 
DispatchAsyncModule(Class<? extends ExceptionHandler>, Class<? extends SecurityCookieAccessor>, Class<? extends ClientActionHandlerRegistry>) - Constructor for class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
Deprecated. 
DispatchAsyncModule.Builder - Class in com.gwtplatform.dispatch.client.gin
A DispatchAsyncModule builder.
DispatchAsyncModule.Builder() - Constructor for class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
Constructs DispatchAsyncModule builder.

E

ExceptionHandler - Interface in com.gwtplatform.dispatch.client
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.
exceptionHandler(Class<? extends ExceptionHandler>) - Method in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
Specify an alternative exception handler.
ExceptionHandler.Status - Enum in com.gwtplatform.dispatch.client
ExceptionHandler's status enumeration.
exceptionHandlerType - Variable in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
 
exceptionHandlerType - Variable in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
 
execute(A, AsyncCallback<R>, ExecuteCommand<A, R>) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
 
execute(A, AsyncCallback<R>, ExecuteCommand<A, R>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler
Handles the specified action.
execute(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ExecuteCommand
Execute an action.
execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.DefaultDispatchAsync
 
ExecuteCommand<A extends Action<R>,R extends Result> - Interface in com.gwtplatform.dispatch.client.actionhandler
The interface that ClientActionHandlers use to send the action to execute to the server over gwt-rpc.

F

find(Class<A>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerRegistry
Gets the client-side action handler that supports the specific action.
find(Class<A>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
 

G

get(Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Returns the cached value corresponding to key.
get(Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 
getActionType() - Method in class com.gwtplatform.dispatch.client.actionhandler.AbstractClientActionHandler
 
getActionType() - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler
 
getAutoExpireTimeInMs() - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
 
getAutoExpireTimeInMs() - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 
getCache() - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
 
getCookieContent() - Method in class com.gwtplatform.dispatch.client.DefaultSecurityCookieAccessor
 
getLastUpateTime(Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Returns the last update time in milliseconds since January 1, 1970, 00:00:00 GMT for the cached entry.
getLastUpateTime(Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 
getRequestedActionType() - Method in exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
 
getSupportedActionType() - Method in exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
 
GwtHttpDispatchRequest - Class in com.gwtplatform.dispatch.client
An implementation of DispatchRequest that is an adapter for Request.
GwtHttpDispatchRequest(Request) - Constructor for class com.gwtplatform.dispatch.client.GwtHttpDispatchRequest
 

I

isPending() - Method in class com.gwtplatform.dispatch.client.CompletedDispatchRequest
 
isPending() - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
 
isPending() - Method in class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
 
isPending() - Method in class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
 
isPending() - Method in class com.gwtplatform.dispatch.client.GwtHttpDispatchRequest
 

O

onExecuteFailure(A, Throwable, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.DefaultDispatchAsync
 
onExecuteSuccess(A, R, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.DefaultDispatchAsync
 
onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
 
onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DefaultExceptionHandler
Always returns ExceptionHandler.Status.CONTINUE.
onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
 
onFailure(Throwable) - Method in interface com.gwtplatform.dispatch.client.ExceptionHandler
This method is called when an exception occurs.
onSuccess(R) - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
 
onSuccess(R) - Method in class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
 
onUndoFailure(A, Throwable, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.DefaultDispatchAsync
 
onUndoSuccess(A, Void, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.DefaultDispatchAsync
 

P

postfetch(A, R) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
Override this method to perform an action after the call to the server returns successfully or not.
postfetch(A, R) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.ActionCachingHandler
 
prefetch(A) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
Override this method to perform an action before the call is sent to the server.
prefetch(A) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.ActionCachingHandler
 
provideDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Method in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
 
put(Object, Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Puts the key-value pair in the cache.
put(Object, Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 

R

register(ClientActionHandler<?, ?>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
Register a instance of a client-side action handler.
register(Class<? extends Action<?>>, Provider<? extends ClientActionHandler<?, ?>>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
Register a Provider of a client-side action handler.
register(Class<? extends Action<?>>, AsyncProvider<? extends ClientActionHandler<?, ?>>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
Register an AsyncProvider of a client-side action handler.
register(Class<? extends Action<?>>, AsyncProvider<B>, int) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
Register a client-side action handler that is part of a ProviderBundle.
register(Class<? extends Action<?>>, IndirectProvider<ClientActionHandler<?, ?>>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
Register an IndirectProvider of a client-side action handler.
remove(Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Removes the entry from the cache.
remove(Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 

S

sessionAccessor(Class<? extends SecurityCookieAccessor>) - Method in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
Specify an alternate session accessor.
sessionAccessorType - Variable in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
 
sessionAccessorType - Variable in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
 
setAutoExpireTimeInMs(long) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Set the auto expiry time, after which an entry will expire after it is put in cache.
setAutoExpireTimeInMs(long) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 
setDelegate(DispatchRequest) - Method in class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
Populates the DelegatingDispatchRequest object with a DispatchRequest.

T

toString() - Method in exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
 

U

undo(A, R, AsyncCallback<Void>, UndoCommand<A, R>) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
 
undo(A, R, AsyncCallback<Void>, UndoCommand<A, R>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler
Undoes the specified action.
undo(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.UndoCommand
Undo an action.
undo(A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.DefaultDispatchAsync
 
UndoCommand<A extends Action<R>,R extends Result> - Interface in com.gwtplatform.dispatch.client.actionhandler
The interface that ClientActionHandlers use to send the action to undo to the server over gwt-rpc.

V

valueOf(String) - Static method in enum com.gwtplatform.dispatch.client.ExceptionHandler.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gwtplatform.dispatch.client.ExceptionHandler.Status
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G I O P R S T U V
GWTP Dispatch client 0.6-redhat-1

Copyright © 2010-2012 ArcBees. All Rights Reserved.