public final class ExecutionContextValues extends java.lang.Object implements IExecutionContextValues
| Constructor and Description |
|---|
ExecutionContextValues() |
public <VALUE_TYPE> void putValue(ITypedKey<VALUE_TYPE> key, VALUE_TYPE value)
public <VALUE_TYPE> VALUE_TYPE getValue(ITypedKey<VALUE_TYPE> key)
IExecutionContextValuesgetValue in interface IExecutionContextValueskey - The key to get the value for, must not be nullSiehe auch Jowidgets Nutzerhandbuch