Constructor and Description |
---|
DefaultContext() |
Modifier and Type | Method and Description |
---|---|
void |
add(String aKey,
Object aValue)
Adds a context entry.
|
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.
|
public Object get(String aKey)
public String[] getAttributeNames()
getAttributeNames
in interface Context