Class SessionScoping
java.lang.Object
com.peterphi.std.guice.web.rest.scoping.SessionScoping
- All Implemented Interfaces:
com.google.inject.Scope
-
Field Summary
-
Method Summary
-
Field Details
-
INSTANCE
-
-
Method Details
-
scope
public <T> com.google.inject.Provider<T> scope(com.google.inject.Key<T> key, com.google.inject.Provider<T> creator) - Specified by:
scope
in interfacecom.google.inject.Scope
-
seed
public <T> void seed(com.google.inject.Key<T> key, T instance) -
exists
public <T> boolean exists(com.google.inject.Key<T> key) -
toString
-