GWTP Dispatch client 0.6-redhat-2

Uses of Interface
com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerRegistry

Packages that use ClientActionHandlerRegistry
com.gwtplatform.dispatch.client   
com.gwtplatform.dispatch.client.actionhandler   
com.gwtplatform.dispatch.client.gin   
 

Uses of ClientActionHandlerRegistry in com.gwtplatform.dispatch.client
 

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

Uses of ClientActionHandlerRegistry in com.gwtplatform.dispatch.client.actionhandler
 

Classes in com.gwtplatform.dispatch.client.actionhandler that implement ClientActionHandlerRegistry
 class DefaultClientActionHandlerRegistry
          The default implementation that ClientActionHandlerRegistry that if bound will not load any client-side action handlers.
 

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

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

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

Method parameters in com.gwtplatform.dispatch.client.gin with type arguments of type ClientActionHandlerRegistry
 DispatchAsyncModule.Builder DispatchAsyncModule.Builder.clientActionHandlerRegistry(Class<? extends ClientActionHandlerRegistry> clientActionHandlerRegistryType)
          Specify an alternate client action handler registry.
 

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


GWTP Dispatch client 0.6-redhat-2

Copyright © 2010-2012 ArcBees. All Rights Reserved.