Uses of Package
net.customware.gwt.dispatch.shared

Packages that use net.customware.gwt.dispatch.shared
net.customware.gwt.dispatch.client   
net.customware.gwt.dispatch.client.secure   
net.customware.gwt.dispatch.client.standard   
net.customware.gwt.dispatch.server   
net.customware.gwt.dispatch.server.guice   
net.customware.gwt.dispatch.server.secure   
net.customware.gwt.dispatch.server.standard   
net.customware.gwt.dispatch.shared   
net.customware.gwt.dispatch.shared.general   
net.customware.gwt.dispatch.shared.secure   
 

Classes in net.customware.gwt.dispatch.shared used by net.customware.gwt.dispatch.client
Action
          An action represents a command sent to the Dispatch.
Result
          A marker interface for Action results.
 

Classes in net.customware.gwt.dispatch.shared used by net.customware.gwt.dispatch.client.secure
Action
          An action represents a command sent to the Dispatch.
DispatchException
          An abstract superclass for exceptions that can be thrown by the Dispatch system.
Result
          A marker interface for Action results.
 

Classes in net.customware.gwt.dispatch.shared used by net.customware.gwt.dispatch.client.standard
Action
          An action represents a command sent to the Dispatch.
DispatchException
          An abstract superclass for exceptions that can be thrown by the Dispatch system.
Result
          A marker interface for Action results.
 

Classes in net.customware.gwt.dispatch.shared used by net.customware.gwt.dispatch.server
Action
          An action represents a command sent to the Dispatch.
ActionException
          These are thrown by Dispatch.execute(Action) if there is a problem executing a particular Action.
BatchAction
          This provides a simple way to send multiple actions to be executed in sequence.
BatchResult
          Contains the list of Results from successful actions in the BatchAction.
DispatchException
          An abstract superclass for exceptions that can be thrown by the Dispatch system.
Result
          A marker interface for Action results.
 

Classes in net.customware.gwt.dispatch.shared used by net.customware.gwt.dispatch.server.guice
Action
          An action represents a command sent to the Dispatch.
Result
          A marker interface for Action results.
 

Classes in net.customware.gwt.dispatch.shared used by net.customware.gwt.dispatch.server.secure
Action
          An action represents a command sent to the Dispatch.
DispatchException
          An abstract superclass for exceptions that can be thrown by the Dispatch system.
Result
          A marker interface for Action results.
 

Classes in net.customware.gwt.dispatch.shared used by net.customware.gwt.dispatch.server.standard
Action
          An action represents a command sent to the Dispatch.
DispatchException
          An abstract superclass for exceptions that can be thrown by the Dispatch system.
Result
          A marker interface for Action results.
 

Classes in net.customware.gwt.dispatch.shared used by net.customware.gwt.dispatch.shared
Action
          An action represents a command sent to the Dispatch.
ActionException
          These are thrown by Dispatch.execute(Action) if there is a problem executing a particular Action.
BatchAction.OnException
           
DispatchException
          An abstract superclass for exceptions that can be thrown by the Dispatch system.
Result
          A marker interface for Action results.
 

Classes in net.customware.gwt.dispatch.shared used by net.customware.gwt.dispatch.shared.general
AbstractSimpleResult
          A common use-case is returning a single value from an action.
AbstractUpdateResult
          Provides support for simple update response which contain both the old value and new value.
Result
          A marker interface for Action results.
 

Classes in net.customware.gwt.dispatch.shared used by net.customware.gwt.dispatch.shared.secure
Action
          An action represents a command sent to the Dispatch.
DispatchException
          An abstract superclass for exceptions that can be thrown by the Dispatch system.
Result
          A marker interface for Action results.
ServiceException
          This is thrown by services when there is a low-level problem while processing an action execution.
 



Copyright © 2011 customware.net. All Rights Reserved.