Class SessionScope
java.lang.Object
org.apache.maven.session.scope.internal.SessionScope
- All Implemented Interfaces:
- com.google.inject.Scope,- Scope
SessionScope
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static classA provider wrapping an existing provider with a cacheprotected static final classScopeState
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidenter()voidexit()protected SessionScope.ScopeState<T> com.google.inject.Provider<T> scope(com.google.inject.Key<T> key, com.google.inject.Provider<T> unscoped) <T> Supplier<T> scope(Key<T> key, Annotation scope, Supplier<T> unscoped) <T> void<T> voidstatic <T> com.google.inject.Provider<T> static <T> com.google.inject.Provider<T> seededKeyProvider(Class<? extends T> clazz) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.inject.ScopetoString
- 
Constructor Details- 
SessionScopepublic SessionScope()
 
- 
- 
Method Details- 
enterpublic void enter()
- 
getScopeState
- 
exitpublic void exit()
- 
seed
- 
seed
- 
scopepublic <T> com.google.inject.Provider<T> scope(com.google.inject.Key<T> key, com.google.inject.Provider<T> unscoped) - Specified by:
- scopein interface- com.google.inject.Scope
 
- 
scope
- 
seededKeyProviderpublic static <T> com.google.inject.Provider<T> seededKeyProvider()
- 
seededKeyProvider
 
-