public interface IContext
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key)
Get the value of the given key.
|
IContext |
getGlobalContext() |
Object[] |
getKeys() |
Object |
put(String key,
Object value)
Put a value for the given key.
|
Object put(String key, Object value)
key - the key.value - the value.Object get(String key)
key - the key.Object[] getKeys()
IContext getGlobalContext()
Copyright © 2020 Mice S.r.l. All rights reserved.