net.customware.gwt.dispatch.server.guice
Class GuiceDispatch

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.guice.GuiceDispatch
All Implemented Interfaces:
Dispatch

public class GuiceDispatch
extends SimpleDispatch

A simple extension of SimpleDispatch with Guice annotations.

Author:
David Peterson

Constructor Summary
GuiceDispatch(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

GuiceDispatch

@Inject
public GuiceDispatch(ActionHandlerRegistry handlerRegistry)


Copyright © 2011 customware.net. All Rights Reserved.