net.customware.gwt.dispatch.server.spring
Class SpringDispatch

java.lang.Object
  extended by net.customware.gwt.dispatch.server.AbstractDispatch
      extended by net.customware.gwt.dispatch.server.SimpleDispatch
          extended by net.customware.gwt.dispatch.server.spring.SpringDispatch
All Implemented Interfaces:
Dispatch

@Component
public class SpringDispatch
extends SimpleDispatch

A simple extension of SimpleDispatch with Spring annotations.

Author:
David Peterson

Constructor Summary
SpringDispatch(ActionHandlerRegistry handlerRegistry)
           
 
Method Summary
 
Methods inherited from class net.customware.gwt.dispatch.server.SimpleDispatch
getHandlerRegistry
 
Methods inherited from class net.customware.gwt.dispatch.server.AbstractDispatch
execute, executed, executing, failed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.customware.gwt.dispatch.server.Dispatch
execute
 

Constructor Detail

SpringDispatch

public SpringDispatch(ActionHandlerRegistry handlerRegistry)


Copyright © 2011 customware.net. All Rights Reserved.