|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionHandler | |
---|---|
net.customware.gwt.dispatch.server | |
net.customware.gwt.dispatch.server.guice |
Uses of ActionHandler in net.customware.gwt.dispatch.server |
---|
Classes in net.customware.gwt.dispatch.server that implement ActionHandler | |
---|---|
class |
AbstractActionHandler<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. |
class |
BatchActionHandler
This handles BatchAction requests, which are a set of multiple
actions that need to all be executed successfully in sequence for the whole
action to succeed. |
Methods in net.customware.gwt.dispatch.server that return ActionHandler | ||
---|---|---|
|
DefaultActionHandlerRegistry.findHandler(A action)
|
|
|
ActionHandlerRegistry.findHandler(A action)
Searches the registry and returns the first handler which supports the specied action, or null if none is available. |
Methods in net.customware.gwt.dispatch.server with parameters of type ActionHandler | |
---|---|
void |
DefaultActionHandlerRegistry.addHandler(ActionHandler<?,?> handler)
|
void |
ActionHandlerRegistry.addHandler(ActionHandler<?,?> handler)
Adds the specified ActionHandler to the registry. |
boolean |
DefaultActionHandlerRegistry.removeHandler(ActionHandler<?,?> handler)
|
boolean |
ActionHandlerRegistry.removeHandler(ActionHandler<?,?> handler)
Removes the specified handler. |
Uses of ActionHandler in net.customware.gwt.dispatch.server.guice |
---|
Method parameters in net.customware.gwt.dispatch.server.guice with type arguments of type ActionHandler | |
---|---|
protected void |
ActionHandlerModule.bindHandler(java.lang.Class<? extends ActionHandler<?,?>> handlerClass)
Binds the specified ActionHandler instance class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |