Uses of Interface
net.customware.gwt.dispatch.client.ExceptionHandler

Packages that use ExceptionHandler
net.customware.gwt.dispatch.client   
net.customware.gwt.dispatch.client.gin   
net.customware.gwt.dispatch.client.secure   
net.customware.gwt.dispatch.client.standard   
 

Uses of ExceptionHandler in net.customware.gwt.dispatch.client
 

Classes in net.customware.gwt.dispatch.client that implement ExceptionHandler
 class DefaultExceptionHandler
          A default implementation of ExceptionHandler which does not do anything.
 

Constructors in net.customware.gwt.dispatch.client with parameters of type ExceptionHandler
AbstractDispatchAsync(ExceptionHandler exceptionHandler)
           
 

Uses of ExceptionHandler in net.customware.gwt.dispatch.client.gin
 

Fields in net.customware.gwt.dispatch.client.gin with type parameters of type ExceptionHandler
protected  Class<? extends ExceptionHandler> AbstractDispatchModule.exceptionHandlerType
           
 

Methods in net.customware.gwt.dispatch.client.gin with parameters of type ExceptionHandler
protected  DispatchAsync StandardDispatchModule.provideDispatchAsync(ExceptionHandler exceptionHandler)
           
protected  DispatchAsync SecureDispatchModule.provideDispatchAsync(ExceptionHandler exceptionHandler, SecureSessionAccessor secureSessionAccessor)
           
 

Constructor parameters in net.customware.gwt.dispatch.client.gin with type arguments of type ExceptionHandler
AbstractDispatchModule(Class<? extends ExceptionHandler> exceptionHandlerType)
           
SecureDispatchModule(Class<? extends ExceptionHandler> exceptionHandlerType)
          Constructs a new GIN configuration module that sets up a secure DispatchAsync implementation, using the provided ExceptionHandler implementation class.
StandardDispatchModule(Class<? extends ExceptionHandler> exceptionHandlerType)
           
 

Uses of ExceptionHandler in net.customware.gwt.dispatch.client.secure
 

Constructors in net.customware.gwt.dispatch.client.secure with parameters of type ExceptionHandler
SecureDispatchAsync(ExceptionHandler exceptionHandler, SecureSessionAccessor secureSessionAccessor)
           
 

Uses of ExceptionHandler in net.customware.gwt.dispatch.client.standard
 

Constructors in net.customware.gwt.dispatch.client.standard with parameters of type ExceptionHandler
StandardDispatchAsync(ExceptionHandler exceptionHandler)
           
 



Copyright © 2011 customware.net. All Rights Reserved.