Package | Description |
---|---|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
Modifier and Type | Method and Description |
---|---|
static RequestScoper |
ServletScopes.scopeRequest(Map<Key<?>,Object> seedMap)
Returns an object that will apply request scope to a block of code.
|
static RequestScoper |
ServletScopes.transferRequest()
Returns an object that "transfers" the request to another thread.
|
Copyright © 2006–2018 Google, Inc.. All rights reserved.