GWTP Dispatch client 0.7-redhat-1

Uses of Interface
com.gwtplatform.dispatch.client.ExceptionHandler

Packages that use ExceptionHandler
com.gwtplatform.dispatch.client   
com.gwtplatform.dispatch.client.gin   
 

Uses of ExceptionHandler in com.gwtplatform.dispatch.client
 

Classes in com.gwtplatform.dispatch.client that implement ExceptionHandler
 class DefaultExceptionHandler
          A default implementation of ExceptionHandler which does not do anything.
 

Constructors in com.gwtplatform.dispatch.client with parameters of type ExceptionHandler
DefaultDispatchAsync(ExceptionHandler exceptionHandler, SecurityCookieAccessor securityCookieAccessor, ClientActionHandlerRegistry registry)
           
 

Uses of ExceptionHandler in com.gwtplatform.dispatch.client.gin
 

Fields in com.gwtplatform.dispatch.client.gin with type parameters of type ExceptionHandler
protected  Class<? extends ExceptionHandler> DispatchAsyncModule.exceptionHandlerType
           
protected  Class<? extends ExceptionHandler> DispatchAsyncModule.Builder.exceptionHandlerType
           
 

Methods in com.gwtplatform.dispatch.client.gin with parameters of type ExceptionHandler
protected  DispatchAsync DispatchAsyncModule.provideDispatchAsync(ExceptionHandler exceptionHandler, SecurityCookieAccessor secureSessionAccessor, ClientActionHandlerRegistry registry)
           
 

Method parameters in com.gwtplatform.dispatch.client.gin with type arguments of type ExceptionHandler
 DispatchAsyncModule.Builder DispatchAsyncModule.Builder.exceptionHandler(Class<? extends ExceptionHandler> exceptionHandlerType)
          Specify an alternative exception handler.
 

Constructor parameters in com.gwtplatform.dispatch.client.gin with type arguments of type ExceptionHandler
DispatchAsyncModule(Class<? extends ExceptionHandler> exceptionHandlerType, Class<? extends SecurityCookieAccessor> sessionAccessorType)
          Deprecated. 
DispatchAsyncModule(Class<? extends ExceptionHandler> exceptionHandlerType, Class<? extends SecurityCookieAccessor> sessionAccessorType, Class<? extends ClientActionHandlerRegistry> clientActionHandlerRegistryType)
          Deprecated. 
 


GWTP Dispatch client 0.7-redhat-1

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.