Uses of Class
com.google.inject.AbstractModule

Packages that use AbstractModule
com.google.inject.servlet Servlet API scopes and bindings. 
 

Uses of AbstractModule in com.google.inject.servlet
 

Subclasses of AbstractModule in com.google.inject.servlet
 class ServletModule
          Configures the servlet scopes and creates bindings for the servlet API objects so you can inject the request, response, session, etc.
 



Copyright 2007 Google Inc. All Rights Reserved.