public class DefaultScopeProvider extends Object implements ScopeProvider
ScopeProvider that uses threads as contexts.
Relies an an internal InheritableThreadLocal.
ScopeProviderScanner| Modifier and Type | Field and Description |
|---|---|
static String |
SCOPE_PROPERTY
System property for scope
|
instance| Modifier | Constructor and Description |
|---|---|
protected |
DefaultScopeProvider() |
public static final String SCOPE_PROPERTY
public String get()
ScopeProviderget in interface ScopeProviderpublic void set(String scope)
ScopeProviderset in interface ScopeProviderscope - the scopepublic void reset()
ScopeProviderreset in interface ScopeProviderCopyright © 2015. All Rights Reserved.