Uses of Interface
net.customware.gwt.dispatch.server.ActionHandlerRegistry

Packages that use ActionHandlerRegistry
net.customware.gwt.dispatch.server   
net.customware.gwt.dispatch.server.guice   
 

Uses of ActionHandlerRegistry in net.customware.gwt.dispatch.server
 

Classes in net.customware.gwt.dispatch.server that implement ActionHandlerRegistry
 class DefaultActionHandlerRegistry
           
 

Constructors in net.customware.gwt.dispatch.server with parameters of type ActionHandlerRegistry
DefaultDispatch(ActionHandlerRegistry handlerRegistry)
           
 

Uses of ActionHandlerRegistry in net.customware.gwt.dispatch.server.guice
 

Methods in net.customware.gwt.dispatch.server.guice that return types with arguments of type ActionHandlerRegistry
protected  java.lang.Class<? extends ActionHandlerRegistry> ServerDispatchModule.getActionHandlerRegistryClass()
          The class returned by this method is bound to the ActionHandlerRegistry.
 

Methods in net.customware.gwt.dispatch.server.guice with parameters of type ActionHandlerRegistry
static void ActionHandlerLinker.linkHandlers(com.google.inject.Injector injector, ActionHandlerRegistry actionHandlerRegistry)
           
 

Constructor parameters in net.customware.gwt.dispatch.server.guice with type arguments of type ActionHandlerRegistry
ServerDispatchModule(java.lang.Class<? extends Dispatch> dispatchClass, java.lang.Class<? extends ActionHandlerRegistry> actionHandlerRegistryClass)
           
 



Copyright © 2009 customware.net. All Rights Reserved.