net.customware.gwt.dispatch.client.gin
Class AbstractDispatchModule
java.lang.Object
com.google.gwt.inject.client.AbstractGinModule
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
| 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 |
exceptionHandlerType
protected final Class<? extends ExceptionHandler> exceptionHandlerType
AbstractDispatchModule
public AbstractDispatchModule(Class<? extends ExceptionHandler> exceptionHandlerType)
configure
protected void configure()
- Specified by:
configure in class com.google.gwt.inject.client.AbstractGinModule
Copyright © 2011 customware.net. All Rights Reserved.