Modifier and Type | Method and Description |
---|---|
void |
DelegatingAsyncCallback.onSuccess(ClientActionHandler<?,?> clientActionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientActionHandler<A,R>
Simple abstract super-class for
ClientActionHandler implementations that forces the action class to be passed
in as a constructor to the handler. |
Modifier and Type | Method and Description |
---|---|
<A> IndirectProvider<ClientActionHandler<?,?>> |
DefaultClientActionHandlerRegistry.find(Class<A> actionClass) |
<A> IndirectProvider<ClientActionHandler<?,?>> |
ClientActionHandlerRegistry.find(Class<A> actionClass)
Gets the client-side action handler that supports the specific action.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultClientActionHandlerRegistry.register(ClientActionHandler<?,?> handler)
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)
Register an
AsyncProvider of a client-side action handler. |
protected void |
DefaultClientActionHandlerRegistry.register(Class<?> actionType,
IndirectProvider<ClientActionHandler<?,?>> handlerProvider)
Register an
IndirectProvider of a client-side action handler. |
protected void |
DefaultClientActionHandlerRegistry.register(Class<?> actionType,
javax.inject.Provider<? extends ClientActionHandler<?,?>> handlerProvider)
Register a
Provider of a client-side action handler. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCachingClientActionHandler<A,R>
Abstract base class for client-side action handlers with caching support.
|
class |
ActionCachingHandler<A,R>
Default implementation of
AbstractCachingClientActionHandler . |
Modifier and Type | Method and Description |
---|---|
ClientActionHandler<?,?> |
MockClientActionHandlerMap.getClientActionHandler() |
Copyright © 2010–2014 Arcbees. All rights reserved.