Generated by
JDiff

Class com.google.inject.servlet.ServletScopes

Added Methods
Callable<T> continueRequest(Callable<T>, Map<Key<?>, Object>) Wraps the given callable in a contextual callable that "continues" the HTTP request in another thread.
Callable<T> scopeRequest(Callable<T>, Map<Key<?>, Object>) Scopes the given callable inside a request scope.