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.
|
Collection<String> |
getAttributeNames()
Returns the names of all attributes of this context.
|
Object get(String key)
key
- the attribute key.Collection<String> getAttributeNames()
Copyright © 2001–2018. All rights reserved.