| Name | Description | Type | Package | Framework |
| ServletModule | Configures the servlet scopes and creates bindings for the servlet API objects so you can inject the request, response, session, etc. | Class | com.google.inject.servlet | Google Guice |
| ServletModule .FilterKeyBindingBuilder | See the EDSL examples at ServletModule. | Interface | com.google.inject.servlet.ServletModule | Google Guice |
| ServletModule .ServletKeyBindingBuilder | See the EDSL examples at ServletModule. | Interface | com.google.inject.servlet.ServletModule | Google Guice |
| ServletModuleBinding | A binding created by ServletModule. | Interface | com.google.inject.servlet | Google Guice |
| ServletModuleTargetVisitor | A visitor for the servlet extension. | Interface | com.google.inject.servlet | Google Guice |