net.customware.gwt.presenter.client.gin
Class PresenterSetupModule

java.lang.Object
  extended by com.google.gwt.inject.client.AbstractGinModule
      extended by net.customware.gwt.presenter.client.gin.PresenterSetupModule
All Implemented Interfaces:
com.google.gwt.inject.client.GinModule

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

Configures the basic classes for presenter.


Constructor Summary
PresenterSetupModule(java.lang.Class<? extends PlaceManager> placeManagerClass)
           
PresenterSetupModule(java.lang.Class<? extends PlaceManager> placeManagerClass, java.lang.Class<? extends TokenFormatter> tokenFormatterClass)
           
 
Method Summary
protected  void configure()
           
 boolean equals(java.lang.Object object)
           
 int hashCode()
           
 
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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresenterSetupModule

public PresenterSetupModule(java.lang.Class<? extends PlaceManager> placeManagerClass)

PresenterSetupModule

public PresenterSetupModule(java.lang.Class<? extends PlaceManager> placeManagerClass,
                            java.lang.Class<? extends TokenFormatter> tokenFormatterClass)
Method Detail

configure

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

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010 customware.net. All Rights Reserved.