| Package | Description |
|---|---|
| com.gwtplatform.dispatch.rpc.server.actionhandler | |
| com.gwtplatform.dispatch.rpc.server.actionhandlervalidator |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
ActionHandler<? extends Action<?>,? extends Result> |
ActionHandlerValidatorInstance.getActionHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ActionHandler<A,R>> |
ActionHandlerValidatorClass.getActionHandlerClass() |
| Constructor and Description |
|---|
ActionHandlerValidatorInstance(ActionValidator actionValidator,
ActionHandler<?,?> actionHandler) |
| Constructor and Description |
|---|
ActionHandlerValidatorClass(Class<? extends ActionHandler<A,R>> handlerClass,
Class<? extends ActionValidator> actionValidatorClass) |
Copyright © 2010–2015 Arcbees. All rights reserved.