|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ActionHandler
implementations that
forces the Action
class to be passed in as a constructor to the
handler.Dispatch
.Dispatch.execute(Action)
if there is a
problem executing a particular Action
.Action
classes.ActionHandler
instances with the
default ActionHandlerRegistry
.Dispatch
and ActionHandler
instances.Action
and the Result
of that
action.ActionHandler
to the registry.
BatchAction
requests, which are a set of multiple
actions that need to all be executed successfully in sequence for the whole
action to succeed.Result
s from successful actions in the
BatchAction
.ActionHandler
instance class.
DispatchAsync
to DefaultDispatchAsync
.DispatchAsync
, which is
essentially the client-side access to the Dispatch
class on the
server-side.Dispatch
interface on the
server side.Injector
.
ActionHandler
s, and allows
them to execute sub-actions.null
if none is available.
ActionHandlerRegistry
.
Dispatch
service.
Injector
.
Action
results.Dispatch
and
ActionHandlerRegistry
interfaces.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |