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