| Name | Description | Type | Package | Framework |
| GuiceFilter | Apply this filter in web. | Class | com.google.inject.servlet | Google Guice |
| GuiceServletContextListener | As of Guice 2. | Class | com.google.inject.servlet | Google Guice |
| InstanceFilterBinding | A binding to a single instance of a filter. | Interface | com.google.inject.servlet | Google Guice |
| InstanceServletBinding | A binding to a single instance of a servlet. | Interface | com.google.inject.servlet | Google Guice |
| LinkedFilterBinding | A linked binding to a filter. | Interface | com.google.inject.servlet | Google Guice |
| LinkedServletBinding | A linked binding to a servlet. | Interface | com.google.inject.servlet | Google Guice |
| RequestScoper | Object that can be used to apply a request scope to a block of code. | Interface | com.google.inject.servlet | Google Guice |
| RequestScoper .CloseableScope | Closeable subclass that does not throw any exceptions from close. | Interface | com.google.inject.servlet.RequestScoper | Google Guice |
| ScopingException | Exception thrown when there was a failure entering request scope. | Class | com.google.inject.servlet | Google Guice |
| 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 |
| ServletScopes | Class | com.google.inject.servlet | Google Guice | |
| UriPatternType | An enumeration of the available URI-pattern matching stylesEnum Constant Summary | Class | com.google.inject.servlet | Google Guice |