public interface LSContext
| Modifier and Type | Interface and Description |
|---|---|
static class |
LSContext.Key<K> |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
get(LSContext.Key<V> key)
Get property by Key.
|
<V> void |
put(LSContext.Key<V> key,
V value)
Add new Context property.
|
<V> void put(LSContext.Key<V> key, V value)
V - Key Typekey - Property Keyvalue - Property value<V> V get(LSContext.Key<V> key)
V - Key Typekey - Property KeyObject PropertyCopyright © 2018 WSO2. All rights reserved.