Package | Description |
---|---|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
GuiceFilter.Context |
private static class |
ServletScopes.Context |
Modifier and Type | Method and Description |
---|---|
private static RequestScoper |
ServletScopes.continueRequest(java.util.Map<Key<?>,java.lang.Object> seedMap) |
static RequestScoper |
ServletScopes.scopeRequest(java.util.Map<Key<?>,java.lang.Object> seedMap)
Returns an object that will apply request scope to a block of code.
|
private static RequestScoper |
ServletScopes.transferHttpRequest() |
private static RequestScoper |
ServletScopes.transferNonHttpRequest() |
static RequestScoper |
ServletScopes.transferRequest()
Returns an object that "transfers" the request to another thread.
|
Modifier and Type | Method and Description |
---|---|
private static <T> java.util.concurrent.Callable<T> |
ServletScopes.wrap(java.util.concurrent.Callable<T> delegate,
RequestScoper requestScoper) |