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