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