public interface ExecutableContext
| Modifier and Type | Field and Description |
|---|---|
static ExecutableContext |
EMPTY
An empty context that can be used when components need a context but
don't get one provided.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getProperties()
Get the static properties
|
Object |
getValue(String name)
Get an object from the current context
|
static final ExecutableContext EMPTY