Package | Description |
---|---|
com.gwtplatform.dispatch.rpc.server | |
com.gwtplatform.dispatch.rpc.shared | |
com.gwtplatform.tester |
Modifier and Type | Method and Description |
---|---|
<A extends Action<R>,R extends Result> |
ExecutionContext.execute(A action)
Executes an action in the current context.
|
<A extends Action<R>,R extends Result> |
Dispatch.execute(A action)
Executes the specified action and returns the appropriate result.
|
<A extends Action<R>,R extends Result> |
AbstractDispatchImpl.execute(A action) |
Result |
AbstractDispatchServiceImpl.execute(String cookieSentByRPC,
Action<?> action)
ActionException and ServiceException will have their stacktraces (and stacktraces of their
causes) removed for security purposes. |
protected void |
ActionTestBase.testAction(Dispatch dispatch) |
<A extends Action<R>,R extends Result> |
ExecutionContext.undo(A action,
R result)
Undoes an action in the current context.
|
<A extends Action<R>,R extends Result> |
Dispatch.undo(A action,
R result)
Undoes a previously executed action.
|
<A extends Action<R>,R extends Result> |
AbstractDispatchImpl.undo(A action,
R result) |
void |
AbstractDispatchServiceImpl.undo(String cookieSentByRPC,
Action<Result> action,
Result result) |
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedActionException |
Modifier and Type | Method and Description |
---|---|
Result |
DispatchService.execute(String cookieSentByRPC,
Action<?> action)
This method is called server-side whenever a new action is dispatched.
|
void |
DispatchService.undo(String cookieSentByRPC,
Action<Result> action,
Result result)
This method is called server-side whenever a previously executed action needs to be undone.
|
Modifier and Type | Method and Description |
---|---|
Result |
TestDispatchService.execute(String cookieSentByRPC,
Action<?> action) |
void |
TestDispatchService.undo(String cookieSentByRPC,
Action<Result> action,
Result result) |
Copyright © 2010–2014 Arcbees. All rights reserved.