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

Packages that use Dispatch
net.customware.gwt.dispatch.server   
net.customware.gwt.dispatch.server.guice   
net.customware.gwt.dispatch.server.secure   
net.customware.gwt.dispatch.server.spring   
net.customware.gwt.dispatch.server.standard   
 

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

Classes in net.customware.gwt.dispatch.server that implement Dispatch
 class AbstractDispatch
          Abstract base implementation of the Dispatch
 class SimpleDispatch
           
 

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

Classes in net.customware.gwt.dispatch.server.guice that implement Dispatch
 class GuiceDispatch
          A simple extension of SimpleDispatch with Guice annotations.
 

Methods in net.customware.gwt.dispatch.server.guice that return Dispatch
protected  Dispatch GuiceStandardDispatchServlet.getDispatch()
           
protected  Dispatch GuiceSecureDispatchServlet.getDispatch()
           
 

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

Constructors in net.customware.gwt.dispatch.server.guice with parameters of type Dispatch
GuiceSecureDispatchServlet(Dispatch dispatch, SecureSessionValidator sessionValidator)
           
GuiceStandardDispatchServlet(Dispatch dispatch)
           
 

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

Uses of Dispatch in net.customware.gwt.dispatch.server.secure
 

Methods in net.customware.gwt.dispatch.server.secure that return Dispatch
protected abstract  Dispatch AbstractSecureDispatchServlet.getDispatch()
           
 

Uses of Dispatch in net.customware.gwt.dispatch.server.spring
 

Classes in net.customware.gwt.dispatch.server.spring that implement Dispatch
 class SpringDispatch
          A simple extension of SimpleDispatch with Spring annotations.
 

Methods in net.customware.gwt.dispatch.server.spring that return Dispatch
protected  Dispatch SpringStandardDispatchServlet.getDispatch()
           
protected  Dispatch SpringSecureDispatchServlet.getDispatch()
           
 

Uses of Dispatch in net.customware.gwt.dispatch.server.standard
 

Methods in net.customware.gwt.dispatch.server.standard that return Dispatch
protected abstract  Dispatch AbstractStandardDispatchServlet.getDispatch()
           
 



Copyright © 2011 customware.net. All Rights Reserved.