|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ActionHandler<A extends Action<R>,R extends Result> | Instances of this interface will handle specific types of Action
classes. |
ActionHandlerRegistry | |
Dispatch | |
ExecutionContext | ExecutionContext instances are passed to ActionHandler s, and allows
them to execute sub-actions. |
Class Summary | |
---|---|
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. |
ActionResult<A extends Action<R>,R extends Result> | This contains both the original Action and the Result of that
action. |
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. |
DefaultActionHandlerRegistry | |
DefaultDispatch |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |