Package net.customware.gwt.dispatch.server

Interface Summary
ActionHandler<A extends Action<R>,R extends Result> Instances of this interface will handle specific types of Action classes.
ActionHandlerRegistry  
Dispatch  
ExecutionContext ExecutionContext instances are passed to ActionHandlers, and allows them to execute sub-actions.
 

Class Summary
AbstractActionHandler<A extends Action<R>,R extends Result> Simple abstract super-class for ActionHandler implementations that forces the Action class to be passed in as a constructor to the handler.
ActionResult<A extends Action<R>,R extends Result> This contains both the original Action and the Result of that action.
BatchActionHandler This handles BatchAction requests, which are a set of multiple actions that need to all be executed successfully in sequence for the whole action to succeed.
DefaultActionHandlerRegistry  
DefaultDispatch  
 



Copyright © 2009 customware.net. All Rights Reserved.