org.directwebremoting.guice.spring
Class SpringModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.directwebremoting.guice.spring.SpringModule
All Implemented Interfaces:
com.google.inject.Module

public class SpringModule
extends com.google.inject.AbstractModule

Ties SpringIntegration.fromSpring providers to a BeanFactory whose provider is a Closeable in global application scope, which means that it will be destroyed when the servlet context is destroyed.


Constructor Summary
SpringModule(BeanFactoryLoader loader)
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindScope, configure, install, requestStaticInjection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringModule

public SpringModule(BeanFactoryLoader loader)
Method Detail

configure

protected void configure()
Specified by:
configure in class com.google.inject.AbstractModule


Copyright © 2007. All Rights Reserved.