net.customware.gwt.dispatch.client.gin
Class AbstractDispatchModule

java.lang.Object
  extended by com.google.gwt.inject.client.AbstractGinModule
      extended by net.customware.gwt.dispatch.client.gin.AbstractDispatchModule
All Implemented Interfaces:
com.google.gwt.inject.client.GinModule
Direct Known Subclasses:
SecureDispatchModule, StandardDispatchModule

public class AbstractDispatchModule
extends com.google.gwt.inject.client.AbstractGinModule

Abstract base class that binds an instance of ExceptionHandler for use by AbstractDispatchAsync implementations.

Author:
David Peterson

Field Summary
protected  Class<? extends ExceptionHandler> exceptionHandlerType
           
 
Constructor Summary
AbstractDispatchModule(Class<? extends ExceptionHandler> exceptionHandlerType)
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class com.google.gwt.inject.client.AbstractGinModule
bind, bind, bindConstant, binder, configure, install, requestStaticInjection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptionHandlerType

protected final Class<? extends ExceptionHandler> exceptionHandlerType
Constructor Detail

AbstractDispatchModule

public AbstractDispatchModule(Class<? extends ExceptionHandler> exceptionHandlerType)
Method Detail

configure

protected void configure()
Specified by:
configure in class com.google.gwt.inject.client.AbstractGinModule


Copyright © 2011 customware.net. All Rights Reserved.