public class RequestScope extends Object implements com.google.inject.Scope
| Constructor and Description |
|---|
RequestScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
enter(Map<Object,Object> locals) |
void |
exit() |
<T> com.google.inject.Provider<T> |
scope(com.google.inject.Key<T> key,
com.google.inject.Provider<T> unscoped) |
Copyright © 2017. All rights reserved.