Uses of Class
net.customware.gwt.dispatch.shared.ActionException

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
<A extends Action<R>,R extends Result>
R
ExecutionContext.execute(A action)
          Executes an action in the current context.
<A extends Action<R>,R extends Result>
R
Dispatch.execute(A action)
          Executes the specified action and returns the appropriate result.
<A extends Action<R>,R extends Result>
R
DefaultDispatch.execute(A action)
           
<A extends Action<R>,R extends Result>
R
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
           
 



Copyright © 2009 customware.net. All Rights Reserved.