com.google.gwt.inject.rebind.output
Class OutputModule

java.lang.Object
  extended by com.google.inject.PrivateModule
      extended by com.google.gwt.inject.rebind.output.OutputModule
All Implemented Interfaces:
Module

public class OutputModule
extends PrivateModule

Guice module binding the components of the output package.


Constructor Summary
OutputModule()
           
 
Method Summary
 void configure()
           
 
Methods inherited from class com.google.inject.PrivateModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, expose, expose, expose, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputModule

public OutputModule()
Method Detail

configure

public void configure()
Specified by:
configure in class PrivateModule