public interface Context
Contextualizable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.String key)
Searches for the value with the specified attribute key in this context.
|
com.google.common.collect.ImmutableCollection<java.lang.String> |
getAttributeNames()
Returns the names of all attributes of this context.
|
java.lang.Object get(java.lang.String key)
key
- the attribute key.com.google.common.collect.ImmutableCollection<java.lang.String> getAttributeNames()