public class Context extends Object
getProperty(String)
.Constructor and Description |
---|
Context() |
Context(String platform,
Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(String key)
Get the value of a field in the request with the given key.
|