Uses of Class
com.google.inject.AbstractModule

Packages that use AbstractModule
com.google.inject.grapher   
com.google.inject.grapher.graphviz   
com.google.inject.persist Guice Persist: a lightweight persistence library for Guice; this extension requires guice-persist-3.0.jar
com.google.inject.persist.jpa guice-persist's Java Persistence API (JPA) support. 
com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requires guice-servlet-3.0.jar
 

Uses of AbstractModule in com.google.inject.grapher
 

Subclasses of AbstractModule in com.google.inject.grapher
 class GrapherModule
          Module for the common bindings for InjectorGrapher.
 

Uses of AbstractModule in com.google.inject.grapher.graphviz
 

Subclasses of AbstractModule in com.google.inject.grapher.graphviz
 class GraphvizModule
          Module that provides GraphvizRenderer as the Renderer and binds the other Graphviz factories.
 

Uses of AbstractModule in com.google.inject.persist
 

Subclasses of AbstractModule in com.google.inject.persist
 class PersistModule
          Install this module to add guice-persist library support for JPA persistence providers.
 

Uses of AbstractModule in com.google.inject.persist.jpa
 

Subclasses of AbstractModule in com.google.inject.persist.jpa
 class JpaPersistModule
          JPA provider for guice persist.
 

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 © 2006-2011 Google, Inc.. All Rights Reserved.