| Package | Description |
|---|---|
| com.gwtplatform.dispatch.rpc.client.interceptor | |
| com.gwtplatform.dispatch.rpc.client.interceptor.caching |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRpcInterceptor<A,R>
Simple abstract super-class for
RpcInterceptor implementations that forces the action class to be passed
in as a constructor to the interceptor. |
| Modifier and Type | Method and Description |
|---|---|
<A> IndirectProvider<RpcInterceptor<?,?>> |
RpcInterceptorRegistry.find(A actionClass) |
<A> IndirectProvider<RpcInterceptor<?,?>> |
DefaultRpcInterceptorRegistry.find(A action) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultRpcInterceptorRegistry.register(RpcInterceptor<?,?> handler)
Register a instance of a client-side interceptor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultRpcInterceptorRegistry.register(Class<?> actionType,
AsyncProvider<? extends RpcInterceptor<?,?>> handlerProvider)
Register an
AsyncProvider of a client-side interceptor. |
protected void |
DefaultRpcInterceptorRegistry.register(Class<?> actionType,
IndirectProvider<RpcInterceptor<?,?>> handlerProvider)
Register an
IndirectProvider of a client-side interceptor. |
protected void |
DefaultRpcInterceptorRegistry.register(Class<?> actionType,
Provider<? extends RpcInterceptor<?,?>> handlerProvider)
Register a
Provider of a client-side interceptor. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCachingRpcInterceptor<A,R>
Abstract base class for client-side interceptors with caching support.
|
class |
CachingInterceptor<A,R>
Default implementation of
AbstractCachingRpcInterceptor. |
Copyright © 2010–2015 Arcbees. All rights reserved.