Back to GWTP Home
A B C D E F G I O P R S T U V 

A

AbstractCachingClientActionHandler<A,R> - Class in com.gwtplatform.dispatch.client.actionhandler.caching
Deprecated.
use com.gwtplatform.dispatch.rpc.client.interceptor.caching.AbstractCachingRpcInterceptor
AbstractCachingClientActionHandler(Class<A>, Cache) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
Deprecated.
 
AbstractClientActionHandler<A,R> - Class in com.gwtplatform.dispatch.client.actionhandler
Deprecated.
use com.gwtplatform.dispatch.rpc.client.interceptor.AbstractRpcInterceptor
AbstractClientActionHandler(Class<A>) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.AbstractClientActionHandler
Deprecated.
 
AbstractDispatchAsyncModule - Class in com.gwtplatform.dispatch.client.gin
This gin module provides provides access to the dispatcher singleton, which is used to make calls to the server.
AbstractDispatchAsyncModule(AbstractDispatchAsyncModule.Builder<?>, Class<? extends Annotation>) - Constructor for class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule
 
AbstractDispatchAsyncModule.Builder<B extends AbstractDispatchAsyncModule.Builder<B>> - Class in com.gwtplatform.dispatch.client.gin
AbstractDispatchAsyncModule.Builder() - Constructor for class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
Constructs AbstractDispatchAsyncModule builder.
AbstractInterceptor<A,R> - Class in com.gwtplatform.dispatch.client.interceptor
Abstract base interceptor.
AbstractInterceptor(Class<A>) - Constructor for class com.gwtplatform.dispatch.client.interceptor.AbstractInterceptor
 
ActionCachingHandler<A,R> - Class in com.gwtplatform.dispatch.client.actionhandler.caching
Deprecated.
use com.gwtplatform.dispatch.rpc.client.interceptor.caching.CachingInterceptor
ActionCachingHandler(Class<A>, Cache) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.ActionCachingHandler
Deprecated.
 

B

build() - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder

C

Cache - Interface in com.gwtplatform.dispatch.client.actionhandler.caching
Deprecated.
use com.gwtplatform.dispatch.rpc.client.interceptor.caching.Cache
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.DelegatingCallbackDispatchRequest
 
cancel() - Method in class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
 
cancel() - Method in class com.gwtplatform.dispatch.client.GwtHttpDispatchRequest
 
canExecute(TypedAction) - Method in interface com.gwtplatform.dispatch.client.interceptor.Interceptor
Ensures this intercepted call can be executed.
clear() - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Deprecated.
Clears the entire cache.
clear() - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
Deprecated.
 
ClientActionHandler<A,R> - Interface in com.gwtplatform.dispatch.client.actionhandler
Deprecated.
ClientActionHandlerMismatchException - Exception in com.gwtplatform.dispatch.client.actionhandler
ClientActionHandlerMismatchException(Class<?>, Class<?>) - Constructor for exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
Deprecated.
 
ClientActionHandlerRegistry - Interface in com.gwtplatform.dispatch.client.actionhandler
Deprecated.
use com.gwtplatform.dispatch.rpc.client.interceptor.RpcInterceptorRegistry
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
 
com.gwtplatform.dispatch.client.interceptor - package com.gwtplatform.dispatch.client.interceptor
 
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.AbstractDispatchAsyncModule
 
configureDispatch() - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule
Override this method to perform additional bindings in your implementation of AbstractDispatchAsyncModule.
cookieName - Variable in class com.gwtplatform.dispatch.client.DefaultSecurityCookieAccessor
 

D

DefaultCacheImpl - Class in com.gwtplatform.dispatch.client.actionhandler.caching
Deprecated.
use com.gwtplatform.dispatch.rpc.client.interceptor.caching.DefaultCacheImpl
DefaultCacheImpl() - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
Deprecated.
Initializes the cache with auto expiration OFF.
DefaultCacheImpl(long) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
Deprecated.
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
DefaultClientActionHandlerRegistry - Class in com.gwtplatform.dispatch.client.actionhandler
Deprecated.
use com.gwtplatform.dispatch.rpc.client.interceptor.DefaultRpcInterceptorRegistry
DefaultClientActionHandlerRegistry() - Constructor for class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
Deprecated.
 
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
 
delegateExecute(Interceptor) - Method in class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
 
delegateFailure(Interceptor) - Method in class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
 
DelegatingAsyncCallback<A extends TypedAction<R>,R,T extends Interceptor> - Class in com.gwtplatform.dispatch.client
AsyncCallback implementation wrapping another AsyncCallback object used by a Interceptor implementations to delegate the execution result.
DelegatingAsyncCallback(DispatchCall<A, R>, A, AsyncCallback<R>, DelegatingDispatchRequest) - Constructor for class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
 
DelegatingCallbackDispatchRequest<R> - Class in com.gwtplatform.dispatch.client
An implementation of DispatchRequest that should be used by Interceptors that make asynchronous calls that return a Request.
DelegatingCallbackDispatchRequest(DispatchRequest, AsyncCallback<R>) - Constructor for class com.gwtplatform.dispatch.client.DelegatingCallbackDispatchRequest
 
DelegatingDispatchRequest - Class in com.gwtplatform.dispatch.client
An implementation of DispatchRequest that is used in conjunction with Interceptors.
DelegatingDispatchRequest() - Constructor for class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
 
DispatchCall<A extends TypedAction<R>,R> - Class in com.gwtplatform.dispatch.client
An class representing a call made to the server through RestDispatch or DispatchAsync.
DispatchCall(ExceptionHandler, SecurityCookieAccessor, A, AsyncCallback<R>) - Constructor for class com.gwtplatform.dispatch.client.DispatchCall
 

E

ExceptionHandler - Interface in com.gwtplatform.dispatch.client
Implementations of this interface can be added to a DispatchAsync implementation to intercept exceptions which return from further up the chain.
exceptionHandler(Class<? extends ExceptionHandler>) - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
Specify an alternative exception handler.
ExceptionHandler.Status - Enum in com.gwtplatform.dispatch.client
ExceptionHandler's status enumeration.
execute(A, AsyncCallback<R>, ExecuteCommand<A, R>) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
Deprecated.
 
execute(A, AsyncCallback<R>, ExecuteCommand<A, R>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler
Deprecated.
Handles the specified action.
execute(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ExecuteCommand
Deprecated.
Execute an action.
execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
 
execute() - Method in class com.gwtplatform.dispatch.client.DispatchCall
Execution entry point.
execute(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.client.interceptor.ExecuteCommand
Execute an action.
execute(A, AsyncCallback<R>, ExecuteCommand<A, R>) - Method in interface com.gwtplatform.dispatch.client.interceptor.Interceptor
Handles the specified action.
execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.OldDelegatingAsyncCallback
Deprecated.
 
ExecuteCommand<A,R> - Interface in com.gwtplatform.dispatch.client.actionhandler
Deprecated.
ExecuteCommand<A,R> - Interface in com.gwtplatform.dispatch.client.interceptor
The interface that Interceptors use to send the action to execute to the server.

F

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

G

get(Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Deprecated.
Returns the cached value corresponding to key.
get(Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
Deprecated.
 
getAction() - Method in class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
 
getAction() - Method in class com.gwtplatform.dispatch.client.DispatchCall
Returns the TypedAction wrapped by this DispatchCall.
getActionType() - Method in class com.gwtplatform.dispatch.client.actionhandler.AbstractClientActionHandler
Deprecated.
 
getActionType() - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler
Deprecated.
 
getActionType() - Method in class com.gwtplatform.dispatch.client.interceptor.AbstractInterceptor
 
getActionType() - Method in interface com.gwtplatform.dispatch.client.interceptor.Interceptor
 
getAutoExpireTimeInMs() - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Deprecated.
 
getAutoExpireTimeInMs() - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
Deprecated.
 
getCache() - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
Deprecated.
 
getCallback() - Method in class com.gwtplatform.dispatch.client.DispatchCall
The AsyncCallback to use when the execution of the action wrapped by this object is completed.
getCookieContent() - Method in class com.gwtplatform.dispatch.client.DefaultSecurityCookieAccessor
 
getDispatchRequest() - Method in class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
 
getExceptionHandler() - Method in class com.gwtplatform.dispatch.client.DispatchCall
Returns the bound ExceptionHandler.
getLastUpateTime(Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Deprecated.
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
Deprecated.
 
getRequestedActionType() - Method in exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
Deprecated.
 
getRequestedActionType() - Method in exception com.gwtplatform.dispatch.client.interceptor.InterceptorMismatchException
 
getSecurityCookie() - Method in class com.gwtplatform.dispatch.client.DispatchCall
Returns the current security cookie as returned by the bound SecurityCookieAccessor.
getSecurityCookieAccessor() - Method in class com.gwtplatform.dispatch.client.DispatchCall
Returns the bound SecurityCookieAccessor.
getSupportedActionType() - Method in exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
Deprecated.
 
getSupportedActionType() - Method in exception com.gwtplatform.dispatch.client.interceptor.InterceptorMismatchException
 
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

Interceptor<A,R> - Interface in com.gwtplatform.dispatch.client.interceptor
Interceptor implementations base interface.
InterceptorMismatchException - Exception in com.gwtplatform.dispatch.client.interceptor
This exception is thrown as a side-effect of an error when registering a delegating callback.
InterceptorMismatchException(Class<?>, Class<?>) - Constructor for exception com.gwtplatform.dispatch.client.interceptor.InterceptorMismatchException
 
InterceptorRegistry - Interface in com.gwtplatform.dispatch.client.interceptor
Base interface for interceptor registry implementations.
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.DelegatingCallbackDispatchRequest
 
isPending() - Method in class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
 
isPending() - Method in class com.gwtplatform.dispatch.client.GwtHttpDispatchRequest
 

O

OldDelegatingAsyncCallback<A extends TypedAction<R>,R> - Class in com.gwtplatform.dispatch.client
Deprecated.
OldDelegatingAsyncCallback(DispatchCall, A, AsyncCallback<R>, DelegatingDispatchRequest) - Constructor for class com.gwtplatform.dispatch.client.OldDelegatingAsyncCallback
Deprecated.
 
onExecuteFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DispatchCall
Override this method to perform additional work when the action execution failed.
onExecuteFailure(Throwable, Response) - Method in class com.gwtplatform.dispatch.client.DispatchCall
Override this method to perform additional work when the action execution failed.
onExecuteSuccess(R) - Method in class com.gwtplatform.dispatch.client.DispatchCall
Override this method to perform additional work when the action execution succeeded.
onExecuteSuccess(R, Response) - Method in class com.gwtplatform.dispatch.client.DispatchCall
Override this method to perform additional work when the action execution succeeded.
onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
 
onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DefaultExceptionHandler
onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
 
onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DelegatingCallbackDispatchRequest
 
onFailure(Throwable) - Method in interface com.gwtplatform.dispatch.client.ExceptionHandler
This method is called when an exception occurs.
onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.OldDelegatingAsyncCallback
Deprecated.
 
onSuccess(R) - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
 
onSuccess(T) - Method in class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
 
onSuccess(R) - Method in class com.gwtplatform.dispatch.client.DelegatingCallbackDispatchRequest
 
onSuccess(ClientActionHandler<?, ?>) - Method in class com.gwtplatform.dispatch.client.OldDelegatingAsyncCallback
Deprecated.
 

P

postfetch(A, R) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
Deprecated.
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
Deprecated.
 
prefetch(A) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
Deprecated.
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
Deprecated.
 
processCall() - Method in class com.gwtplatform.dispatch.client.DispatchCall
Direct execution of a dispatch call without intercepting.
processCall(AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.DispatchCall
Execute the call overriding the existing callback.
put(Object, Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Deprecated.
Puts the key-value pair in the cache.
put(Object, Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
Deprecated.
 

R

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

S

self() - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
 
sessionAccessor(Class<? extends SecurityCookieAccessor>) - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
Specify an alternate session accessor.
setAutoExpireTimeInMs(long) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Deprecated.
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
Deprecated.
 
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
Deprecated.
 
toString() - Method in exception com.gwtplatform.dispatch.client.interceptor.InterceptorMismatchException
 

U

undo(A, R, AsyncCallback<Void>, UndoCommand<A, R>) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
Deprecated.
 
undo(A, R, AsyncCallback<Void>, UndoCommand<A, R>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler
Deprecated.
Undoes the specified action if supported.
undo(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.UndoCommand
Deprecated.
Undo an action.
UndoCommand<A,R> - Interface in com.gwtplatform.dispatch.client.actionhandler
Deprecated.
use com.gwtplatform.dispatch.client.interceptor.UndoCommand

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 
Back to GWTP Home

Copyright © 2010–2015 Arcbees. All rights reserved.