|
GWTP Dispatch Server Base 0.7-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
ActionHandler
implementations that
forces the Action
class to be passed in as a constructor to the
handler.ActionValidator
implementation.Dispatch
service with an arbitrary action type, for which the
client-side async service is DispatchAsync
.DispatchService
, for which the client-side async service is
DispatchServiceAsync
.Action
classes.ActionHandler
and ActionValidator
class definitions.ActionHandler
and ActionValidator
instance definitions.ActionHandlerValidatorInstance
.ActionHandlerValidatorMap
that links Action
s
to ActionHandlerValidatorClass
es.ActionValidator
.Action
and the Result
of that
action.DispatchService
implementation so that it can check whether or
not the action can be executed.ActionValidator
class with 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.ActionValidator
from the registry.
ActionHandler
s,
and allows them to execute sub-actions.ActionValidator
which
supports the specified Action
, or null
if none is
available.
ActionValidator
class and
return the instance or null
if none is available.
execute(Action, com.gwtplatform.dispatch.server.ExecutionContext)
or undone via
undo(Action, Result, com.gwtplatform.dispatch.server.ExecutionContext)
.
Action
can be executed at this time.
|
GWTP Dispatch Server Base 0.7-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |