Class SessionThreadLocal
- java.lang.Object
-
- java.lang.ThreadLocal<SessionScope>
-
- org.brijframework.bean.scope.monitor.threads.SessionThreadLocal
-
public class SessionThreadLocal extends ThreadLocal<SessionScope>
-
-
Constructor Summary
Constructors Constructor Description SessionThreadLocal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionScopeget()protected SessionScopeinitialValue()-
Methods inherited from class java.lang.ThreadLocal
remove, set, withInitial
-
-
-
-
Method Detail
-
initialValue
protected SessionScope initialValue()
- Overrides:
initialValuein classThreadLocal<SessionScope>
-
get
public SessionScope get()
- Overrides:
getin classThreadLocal<SessionScope>
-
-