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.
|
Copyright © 2020 Mice S.r.l. All rights reserved.