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

A

AbstractCachingRpcInterceptor<A,R> - Class in com.gwtplatform.dispatch.rpc.client.interceptor.caching
Abstract base class for client-side interceptors with caching support.
AbstractCachingRpcInterceptor(Class<A>, Cache) - Constructor for class com.gwtplatform.dispatch.rpc.client.interceptor.caching.AbstractCachingRpcInterceptor
 
AbstractDispatchAsync - Class in com.gwtplatform.dispatch.client
Deprecated.
This class will be removed.
AbstractDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Constructor for class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
AbstractRpcInterceptor<A,R> - Class in com.gwtplatform.dispatch.rpc.client.interceptor
Simple abstract super-class for RpcInterceptor implementations that forces the action class to be passed in as a constructor to the interceptor.
AbstractRpcInterceptor(Class<A>) - Constructor for class com.gwtplatform.dispatch.rpc.client.interceptor.AbstractRpcInterceptor
 

B

build() - Method in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
Deprecated.
 
build() - Method in class com.gwtplatform.dispatch.rpc.client.gin.PhoneGapDispatchAsyncModule.Builder
 
build() - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
 

C

Cache - Interface in com.gwtplatform.dispatch.rpc.client.interceptor.caching
Interface for client side caching.
CachingInterceptor<A,R> - Class in com.gwtplatform.dispatch.rpc.client.interceptor.caching
Default implementation of AbstractCachingRpcInterceptor.
CachingInterceptor(Class<A>, Cache) - Constructor for class com.gwtplatform.dispatch.rpc.client.interceptor.caching.CachingInterceptor
 
canExecute(TypedAction) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.AbstractRpcInterceptor
 
canExecute(TypedAction) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.caching.AbstractCachingRpcInterceptor
 
clear() - Method in interface com.gwtplatform.dispatch.rpc.client.interceptor.caching.Cache
Clears the entire cache.
clear() - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.caching.DefaultCacheImpl
 
clientActionHandlerRegistry(Class<? extends ClientActionHandlerRegistry>) - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
com.gwtplatform.dispatch.client - package com.gwtplatform.dispatch.client
 
com.gwtplatform.dispatch.client.gin - package com.gwtplatform.dispatch.client.gin
 
com.gwtplatform.dispatch.rpc.client - package com.gwtplatform.dispatch.rpc.client
 
com.gwtplatform.dispatch.rpc.client.gin - package com.gwtplatform.dispatch.rpc.client.gin
 
com.gwtplatform.dispatch.rpc.client.interceptor - package com.gwtplatform.dispatch.rpc.client.interceptor
 
com.gwtplatform.dispatch.rpc.client.interceptor.caching - package com.gwtplatform.dispatch.rpc.client.interceptor.caching
 
configure() - Method in class com.gwtplatform.dispatch.client.gin.PhoneGapDispatchAsyncModule
Deprecated.
 
configureDispatch() - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule
 
create(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchCallFactory
 
create(A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchCallFactory
 
create(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.rpc.client.RpcDispatchCallFactory
 
create(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.rpc.client.RpcDispatchCallFactory
 

D

DefaultCacheImpl - Class in com.gwtplatform.dispatch.rpc.client.interceptor.caching
Default Implementation for Cache, backed by an HashMap.
DefaultCacheImpl() - Constructor for class com.gwtplatform.dispatch.rpc.client.interceptor.caching.DefaultCacheImpl
Initializes the cache with auto expiration OFF.
DefaultCacheImpl(long) - Constructor for class com.gwtplatform.dispatch.rpc.client.interceptor.caching.DefaultCacheImpl
Initialize the cache with auto expiration ON.
DefaultDispatchAsync - Class in com.gwtplatform.dispatch.client
Deprecated.
Please use RpcDispatchAsync
DefaultDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Constructor for class com.gwtplatform.dispatch.client.DefaultDispatchAsync
Deprecated.
 
DefaultRpcDispatchCallFactory - Class in com.gwtplatform.dispatch.rpc.client
The default implementation for RpcDispatchCallFactory.
DefaultRpcDispatchHooks - Class in com.gwtplatform.dispatch.rpc.client
Default RPC dispatch hooks.
DefaultRpcDispatchHooks() - Constructor for class com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchHooks
 
DefaultRpcInterceptorRegistry - Class in com.gwtplatform.dispatch.rpc.client.interceptor
The default implementation that RpcInterceptorRegistry that if bound will not load any client-side interceptors.
DefaultRpcInterceptorRegistry() - Constructor for class com.gwtplatform.dispatch.rpc.client.interceptor.DefaultRpcInterceptorRegistry
 
dispatchAsync - Variable in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
 
dispatchAsync(Class<? extends DispatchAsync>) - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
Supply your own implementation of DispatchAsync.
DispatchAsyncModule - Class in com.gwtplatform.dispatch.client.gin
Deprecated.
DispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
Deprecated.
 
DispatchAsyncModule.Builder - Class in com.gwtplatform.dispatch.client.gin
Deprecated.
Default builder.
DispatchAsyncModule.Builder() - Constructor for class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
Deprecated.
 
dispatchCallFactory(Class<? extends RpcDispatchCallFactory>) - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
Supply your own implementation of RpcDispatchCallFactory.
dispatchHooks(Class<? extends RpcDispatchHooks>) - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
Supply your own implementation of RpcDispatchHooks.
doExecute(String, A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
doExecute(String, A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
Deprecated.
 
doUndo(String, A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
doUndo(String, A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
Deprecated.
 

E

execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
execute(A, AsyncCallback<R>, ExecuteCommand<A, R>) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.caching.AbstractCachingRpcInterceptor
 
execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
 
execute() - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchExecuteCall
 
execute() - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchUndoCall
 

F

find(A) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.DefaultRpcInterceptorRegistry
 
find(A) - Method in interface com.gwtplatform.dispatch.rpc.client.interceptor.RpcInterceptorRegistry
 

G

get(Object) - Method in interface com.gwtplatform.dispatch.rpc.client.interceptor.caching.Cache
Returns the cached value corresponding to key.
get(Object) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.caching.DefaultCacheImpl
 
getAutoExpireTimeInMs() - Method in interface com.gwtplatform.dispatch.rpc.client.interceptor.caching.Cache
 
getAutoExpireTimeInMs() - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.caching.DefaultCacheImpl
 
getCache() - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.caching.AbstractCachingRpcInterceptor
 
getClientActionHandlerRegistry() - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
getDispatchAsync() - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
 
getDispatchCallFactory() - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
 
getDispatchHooks() - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
 
getExceptionHandler() - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
getInterceptorRegistry() - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
 
getLastUpateTime(Object) - Method in interface com.gwtplatform.dispatch.rpc.client.interceptor.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.rpc.client.interceptor.caching.DefaultCacheImpl
 
getSecurityCookieAccessor() - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 

I

interceptorRegistry(Class<? extends RpcInterceptorRegistry>) - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
Specify an alternate RPC interceptor registry.

O

onExecute(Action<R>, boolean) - Method in class com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchHooks
 
onExecute(Action<R>, boolean) - Method in interface com.gwtplatform.dispatch.rpc.client.RpcDispatchHooks
 
onExecuteFailure(A, Throwable, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
onExecuteSuccess(A, R, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
onFailure(Action<R>, Throwable, boolean) - Method in class com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchHooks
 
onFailure(Action<R>, Throwable, boolean) - Method in interface com.gwtplatform.dispatch.rpc.client.RpcDispatchHooks
 
onSuccess(Action<R>, R, boolean) - Method in class com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchHooks
 
onSuccess(Action<R>, R, boolean) - Method in interface com.gwtplatform.dispatch.rpc.client.RpcDispatchHooks
 
onUndoFailure(A, Throwable, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
onUndoSuccess(A, Void, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 

P

PhoneGapDispatchAsync - Class in com.gwtplatform.dispatch.client
Deprecated.
PhoneGapDispatchAsync - Class in com.gwtplatform.dispatch.rpc.client
This class is an extension of RpcDispatchAsync and configures the right service entry point and request headers for Phone Gap applications.
PhoneGapDispatchAsyncModule - Class in com.gwtplatform.dispatch.client.gin
Deprecated.
PhoneGapDispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.client.gin.PhoneGapDispatchAsyncModule
Deprecated.
 
PhoneGapDispatchAsyncModule - Class in com.gwtplatform.dispatch.rpc.client.gin
This gin module provides provides access to a DispatchAsync singleton that will work when used in a Phone Gap application.
PhoneGapDispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.PhoneGapDispatchAsyncModule
Deprecated.
Use the PhoneGapDispatchAsyncModule.Builder class
PhoneGapDispatchAsyncModule(PhoneGapDispatchAsyncModule.Builder) - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.PhoneGapDispatchAsyncModule
 
PhoneGapDispatchAsyncModule.Builder - Class in com.gwtplatform.dispatch.rpc.client.gin
PhoneGapDispatchAsyncModule.Builder() - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.PhoneGapDispatchAsyncModule.Builder
 
postfetch(A, R) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.caching.AbstractCachingRpcInterceptor
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.rpc.client.interceptor.caching.CachingInterceptor
 
prefetch(A) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.caching.AbstractCachingRpcInterceptor
Override this method to perform an action before the call is sent to the server.
prefetch(A) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.caching.CachingInterceptor
 
prepareExecute(A) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
prepareExecute(A) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
Deprecated.
 
prepareExecute(A) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
 
prepareService(ServiceDefTarget, String, String) - Method in class com.gwtplatform.dispatch.client.PhoneGapDispatchAsync
Deprecated.
 
prepareService(ServiceDefTarget, String, String) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
Deprecated.
 
prepareService(ServiceDefTarget, String, String) - Method in class com.gwtplatform.dispatch.rpc.client.PhoneGapDispatchAsync
 
prepareService(ServiceDefTarget, String, String) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
 
prepareUndo(A) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
prepareUndo(A) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
Deprecated.
 
prepareUndo(A) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
 
processCall() - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchExecuteCall
 
processCall() - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchUndoCall
 
provideDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Method in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
Deprecated.
 
put(Object, Object) - Method in interface com.gwtplatform.dispatch.rpc.client.interceptor.caching.Cache
Puts the key-value pair in the cache.
put(Object, Object) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.caching.DefaultCacheImpl
 

R

register(RpcInterceptor<?, ?>) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.DefaultRpcInterceptorRegistry
Register a instance of a client-side interceptor.
register(Class<?>, Provider<? extends RpcInterceptor<?, ?>>) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.DefaultRpcInterceptorRegistry
Register a Provider of a client-side interceptor.
register(Class<?>, AsyncProvider<? extends RpcInterceptor<?, ?>>) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.DefaultRpcInterceptorRegistry
Register an AsyncProvider of a client-side interceptor.
register(Class<?>, AsyncProvider<B>, int) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.DefaultRpcInterceptorRegistry
Register a client-side interceptor that is part of a ProviderBundle.
register(Class<?>, IndirectProvider<RpcInterceptor<?, ?>>) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.DefaultRpcInterceptorRegistry
Register an IndirectProvider of a client-side interceptor.
RemoteServerUrl - Annotation Type in com.gwtplatform.dispatch.client
Deprecated.
Please use RemoteServerUrl.
RemoteServerUrl - Annotation Type in com.gwtplatform.dispatch.rpc.client
This annotation is used to bind the remote server url to your phonegap application.
remove(Object) - Method in interface com.gwtplatform.dispatch.rpc.client.interceptor.caching.Cache
Removes the entry from the cache.
remove(Object) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.caching.DefaultCacheImpl
 
RpcBinding - Annotation Type in com.gwtplatform.dispatch.rpc.client
Annotation used to inject implementations specific to dispatch-rpc of shared components.
RpcDispatchAsync - Class in com.gwtplatform.dispatch.client
Deprecated.
Please use RpcDispatchAsync.
RpcDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Constructor for class com.gwtplatform.dispatch.client.RpcDispatchAsync
Deprecated.
 
RpcDispatchAsync - Class in com.gwtplatform.dispatch.rpc.client
This class is the default implementation of DispatchAsync, which is essentially the client-side access to the com.gwtplatform.dispatch.rpc.server.Dispatch class on the server-side.
RpcDispatchAsyncModule - Class in com.gwtplatform.dispatch.rpc.client.gin
An implementation of AbstractDispatchAsyncModule that uses Remote Procedure Calls (RPC).
RpcDispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule
 
RpcDispatchAsyncModule(RpcDispatchAsyncModule.Builder) - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule
 
RpcDispatchAsyncModule.Builder - Class in com.gwtplatform.dispatch.rpc.client.gin
RpcDispatchAsyncModule.Builder() - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
 
RpcDispatchCallFactory - Interface in com.gwtplatform.dispatch.rpc.client
A factory used to create DispatchCall instances.
RpcDispatchExecuteCall<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.client
A class representing an execute call to be sent to the server using RPC.
RpcDispatchHooks - Interface in com.gwtplatform.dispatch.rpc.client
Hooks to be executed on every DispatchCall.
RpcDispatchUndoCall<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.client
A class representing an undo call to be sent to the server using RPC.
RpcInterceptedAsyncCallback<A extends TypedAction<R>,R> - Class in com.gwtplatform.dispatch.rpc.client.interceptor
AsyncCallback implementation wrapping another AsyncCallback object used by a Interceptor implementations to delegate the execution result.
RpcInterceptedAsyncCallback(DispatchCall<A, R>, A, AsyncCallback<R>, DelegatingDispatchRequest) - Constructor for class com.gwtplatform.dispatch.rpc.client.interceptor.RpcInterceptedAsyncCallback
 
RpcInterceptor<A,R> - Interface in com.gwtplatform.dispatch.rpc.client.interceptor
Instances of this interface will handle specific types of action classes on the client.
RpcInterceptorRegistry - Interface in com.gwtplatform.dispatch.rpc.client.interceptor
Implementations of this interface will be used by DispatchAsync implementation to find client-side interceptors.

S

self() - Method in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
Deprecated.
 
self() - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
 
setAutoExpireTimeInMs(long) - Method in interface com.gwtplatform.dispatch.rpc.client.interceptor.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.rpc.client.interceptor.caching.DefaultCacheImpl
 

U

undo(A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
undo(A, R, AsyncCallback<Void>, UndoCommand<A, R>) - Method in class com.gwtplatform.dispatch.rpc.client.interceptor.caching.AbstractCachingRpcInterceptor
 
undo(A, R, AsyncCallback<Void>, UndoCommand<A, R>) - Method in interface com.gwtplatform.dispatch.rpc.client.interceptor.RpcInterceptor
Undoes the specified action if supported.
undo(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.rpc.client.interceptor.UndoCommand
Undo an action.
undo(A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
 
UndoCommand<A,R> - Interface in com.gwtplatform.dispatch.rpc.client.interceptor
The interface that RpcInterceptors use to send the action to undo to the server.
A B C D E F G I O P R S U 
Back to GWTP Home

Copyright © 2010–2015 Arcbees. All rights reserved.