Package | Description |
---|---|
com.google.inject.name |
Support for binding to string-based names.
|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
Modifier and Type | Class and Description |
---|---|
interface |
Named
Annotates named things.
|
Modifier and Type | Class and Description |
---|---|
interface |
RequestParameters
Apply this to field or parameters of type
Map<String, String[]>
when you want the HTTP request parameter map to be injected. |
interface |
ScopingOnly
Annotates a
GuiceFilter that provides scope functionality, but
doesn't dispatch to ServletModule bound servlets or filters. |
Copyright © 2006-2016 Google, Inc.. All Rights Reserved.