|
GWTP Dispatch Server Base 0.7-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionHandler | |
---|---|
com.gwtplatform.dispatch.server.actionhandler | |
com.gwtplatform.dispatch.server.actionhandlervalidator |
Uses of ActionHandler in com.gwtplatform.dispatch.server.actionhandler |
---|
Classes in com.gwtplatform.dispatch.server.actionhandler 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. |
Uses of ActionHandler in com.gwtplatform.dispatch.server.actionhandlervalidator |
---|
Methods in com.gwtplatform.dispatch.server.actionhandlervalidator that return ActionHandler | |
---|---|
ActionHandler<? extends Action<?>,? extends Result> |
ActionHandlerValidatorInstance.getActionHandler()
|
Methods in com.gwtplatform.dispatch.server.actionhandlervalidator that return types with arguments of type ActionHandler | |
---|---|
Class<? extends ActionHandler<A,R>> |
ActionHandlerValidatorClass.getActionHandlerClass()
|
Constructors in com.gwtplatform.dispatch.server.actionhandlervalidator with parameters of type ActionHandler | |
---|---|
ActionHandlerValidatorInstance(ActionValidator actionValidator,
ActionHandler<?,?> actionHandler)
|
Constructor parameters in com.gwtplatform.dispatch.server.actionhandlervalidator with type arguments of type ActionHandler | |
---|---|
ActionHandlerValidatorClass(Class<? extends ActionHandler<A,R>> handlerClass,
Class<? extends ActionValidator> actionValidatorClass)
|
|
GWTP Dispatch Server Base 0.7-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |