GWTP Dispatch Server, Guice implementation 0.6-redhat-2

com.gwtplatform.dispatch.server.guice
Class DispatchModule.Builder

java.lang.Object
  extended by com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
Enclosing class:
DispatchModule

public static class DispatchModule.Builder
extends Object

A DispatchModule builder.

Author:
Brendan Doherty

Constructor Summary
DispatchModule.Builder()
           
 
Method Summary
 DispatchModule.Builder actionHandlerValidatorRegistry(Class<? extends ActionHandlerValidatorRegistry> actionHandlerValidatorRegistryClass)
           
 DispatchModule build()
           
 DispatchModule.Builder dispatch(Class<? extends Dispatch> dispatchClass)
           
 DispatchModule.Builder requestProvider(Class<? extends RequestProvider> requestProviderClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatchModule.Builder

public DispatchModule.Builder()
Method Detail

dispatch

public DispatchModule.Builder dispatch(Class<? extends Dispatch> dispatchClass)

actionHandlerValidatorRegistry

public DispatchModule.Builder actionHandlerValidatorRegistry(Class<? extends ActionHandlerValidatorRegistry> actionHandlerValidatorRegistryClass)

requestProvider

public DispatchModule.Builder requestProvider(Class<? extends RequestProvider> requestProviderClass)

build

public DispatchModule build()

GWTP Dispatch Server, Guice implementation 0.6-redhat-2

Copyright © 2010-2012 ArcBees. All Rights Reserved.