| Package | Description |
|---|---|
| org.bridje.ioc.thls |
| Modifier and Type | Method and Description |
|---|---|
static <T,D> T |
Thls.doAs(ThlsAction<T> action,
Class<D> cls,
D data)
This method puts all the data objects on the internal thread local
storage an executes the
ThlsAction. |
<T,D> T |
ThlsService.doAs(ThlsAction<T> action,
Class<D> cls,
D data)
This method puts all the data objects on the internal thread local
storage an executes the
ThlsAction. |
Copyright © 2015–2019 Bridje Framework. All rights reserved.