|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionException | |
---|---|
net.customware.gwt.dispatch.server | |
net.customware.gwt.dispatch.server.service | |
net.customware.gwt.dispatch.shared |
Uses of ActionException in net.customware.gwt.dispatch.server |
---|
Methods in net.customware.gwt.dispatch.server that throw ActionException | ||
---|---|---|
|
ExecutionContext.execute(A action)
Executes an action in the current context. |
|
|
Dispatch.execute(A action)
Executes the specified action and returns the appropriate result. |
|
|
DefaultDispatch.execute(A action)
|
|
|
ExecutionContext.execute(A action,
boolean allowRollback)
Executes an action in the current context. |
|
R |
ActionHandler.execute(A action,
ExecutionContext context)
Handles the specified action. |
|
BatchResult |
BatchActionHandler.execute(BatchAction action,
ExecutionContext context)
|
|
void |
ActionHandler.rollback(A action,
R result,
ExecutionContext context)
Attempts to roll back the specified action. |
|
void |
BatchActionHandler.rollback(BatchAction action,
BatchResult result,
ExecutionContext context)
|
Uses of ActionException in net.customware.gwt.dispatch.server.service |
---|
Methods in net.customware.gwt.dispatch.server.service that throw ActionException | |
---|---|
Result |
DispatchServiceServlet.execute(Action<?> action)
|
Uses of ActionException in net.customware.gwt.dispatch.shared |
---|
Subclasses of ActionException in net.customware.gwt.dispatch.shared | |
---|---|
class |
UnsupportedActionException
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |