Package | Description |
---|---|
com.google.inject.grapher.graphviz | |
com.google.inject.multibindings |
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar . |
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
com.google.inject.util |
Helper methods for working with Guice.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphvizModule
Module that provides classes needed by
GraphvizGrapher . |
Modifier and Type | Class and Description |
---|---|
private static class |
Multibinder.PermitDuplicatesModule
We install the permit duplicates configuration as its own binding, all by itself.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
InternalServletModule
This is a left-factoring of all ServletModules installed in the system.
|
class |
ServletModule
Configures the servlet scopes and creates bindings for the servlet API
objects so you can inject the request, response, session, etc.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Modules.OverrideModule |