Package | Description |
---|---|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
Class | Description |
---|---|
InstanceFilterBinding |
A binding to a single instance of a filter.
|
InstanceServletBinding |
A binding to a single instance of a servlet.
|
LinkedFilterBinding |
A linked binding to a filter.
|
LinkedServletBinding |
A linked binding to a servlet.
|
RequestScoper |
Object that can be used to apply a request scope to a block of code.
|
RequestScoper.CloseableScope |
Closeable subclass that does not throw any exceptions from close.
|
ServletModule.FilterKeyBindingBuilder |
See the EDSL examples at
ServletModule.configureServlets() |
ServletModule.ServletKeyBindingBuilder |
See the EDSL examples at
ServletModule.configureServlets() |
ServletModuleBinding |
A binding created by
ServletModule . |
UriPatternType |
An enumeration of the available URI-pattern matching styles
|
Copyright © 2006–2018 Google, Inc.. All rights reserved.