|
GWTP Dispatch client 0.6-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientActionHandler | |
---|---|
com.gwtplatform.dispatch.client.actionhandler | |
com.gwtplatform.dispatch.client.actionhandler.caching |
Uses of ClientActionHandler in com.gwtplatform.dispatch.client.actionhandler |
---|
Classes in com.gwtplatform.dispatch.client.actionhandler that implement ClientActionHandler | |
---|---|
class |
AbstractClientActionHandler<A extends Action<R>,R extends Result>
Simple abstract super-class for ActionHandler implementations that
forces the Action class to be passed in as a constructor to the
handler. |
Methods in com.gwtplatform.dispatch.client.actionhandler that return types with arguments of type ClientActionHandler | ||
---|---|---|
|
ClientActionHandlerRegistry.find(Class<A> actionClass)
Gets the client-side action handler that supports the specific action. |
|
|
DefaultClientActionHandlerRegistry.find(Class<A> actionClass)
|
Methods in com.gwtplatform.dispatch.client.actionhandler with parameters of type ClientActionHandler | |
---|---|
protected void |
DefaultClientActionHandlerRegistry.register(ClientActionHandler<?,?> handler)
Register a instance of a client-side action handler. |
Method parameters in com.gwtplatform.dispatch.client.actionhandler with type arguments of type ClientActionHandler | |
---|---|
protected void |
DefaultClientActionHandlerRegistry.register(Class<? extends Action<?>> actionType,
com.google.gwt.inject.client.AsyncProvider<? extends ClientActionHandler<?,?>> handlerProvider)
Register an AsyncProvider of a client-side action handler. |
protected void |
DefaultClientActionHandlerRegistry.register(Class<? extends Action<?>> actionType,
IndirectProvider<ClientActionHandler<?,?>> handlerProvider)
Register an IndirectProvider of a client-side action handler. |
protected void |
DefaultClientActionHandlerRegistry.register(Class<? extends Action<?>> actionType,
com.google.inject.Provider<? extends ClientActionHandler<?,?>> handlerProvider)
Register a Provider of a client-side action handler. |
Uses of ClientActionHandler in com.gwtplatform.dispatch.client.actionhandler.caching |
---|
Classes in com.gwtplatform.dispatch.client.actionhandler.caching that implement ClientActionHandler | |
---|---|
class |
AbstractCachingClientActionHandler<A extends Action<R>,R extends Result>
Abstract base class for client-side action handlers with caching support. |
class |
ActionCachingHandler<A extends Action<R>,R extends Result>
Default implementation of AbstractCachingClientActionHandler . |
|
GWTP Dispatch client 0.6-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |