public interface Context
Contextualizable| Modifier and Type | Method and Description |
|---|---|
Object |
get(String aKey)
Searches for the value with the specified attribute key in this context.
|
String[] |
getAttributeNames()
Returns the names of all atttributes of this context.
|
Object get(String aKey)
aKey - the attribute key.String[] getAttributeNames()