| Package | Description |
|---|---|
| com.gwtplatform.dispatch.client | |
| com.gwtplatform.dispatch.client.actionhandler | |
| com.gwtplatform.dispatch.client.actionhandler.caching |
| Modifier and Type | Method and Description |
|---|---|
void |
OldDelegatingAsyncCallback.onSuccess(ClientActionHandler<?,?> clientActionHandler)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientActionHandler<A,R>
Deprecated.
Since 1.4. Use
com.gwtplatform.dispatch.rpc.client.interceptor.AbstractRpcInterceptor |
| Modifier and Type | Method and Description |
|---|---|
<A> IndirectProvider<ClientActionHandler<?,?>> |
DefaultClientActionHandlerRegistry.find(Class<A> actionClass)
Deprecated.
|
<A> IndirectProvider<ClientActionHandler<?,?>> |
ClientActionHandlerRegistry.find(Class<A> actionClass)
Deprecated.
Gets the client-side action handler that supports the specific action.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultClientActionHandlerRegistry.register(ClientActionHandler<?,?> handler)
Deprecated.
Register a instance of a client-side action handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultClientActionHandlerRegistry.register(Class<?> actionType,
AsyncProvider<? extends ClientActionHandler<?,?>> handlerProvider)
Deprecated.
Register an
AsyncProvider of a client-side action handler. |
protected void |
DefaultClientActionHandlerRegistry.register(Class<?> actionType,
IndirectProvider<ClientActionHandler<?,?>> handlerProvider)
Deprecated.
Register an
IndirectProvider of a client-side action handler. |
protected void |
DefaultClientActionHandlerRegistry.register(Class<?> actionType,
Provider<? extends ClientActionHandler<?,?>> handlerProvider)
Deprecated.
Register a
Provider of a client-side action handler. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCachingClientActionHandler<A,R>
Deprecated.
Since 1.4.
Use
com.gwtplatform.dispatch.rpc.client.interceptor.caching.AbstractCachingRpcInterceptor |
class |
ActionCachingHandler<A,R>
Deprecated.
Since 1.4. Use
com.gwtplatform.dispatch.rpc.client.interceptor.caching.CachingInterceptor |
Copyright © 2010–2016 Arcbees. All rights reserved.