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.
|
java.util.Collection<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.java.util.Collection<java.lang.String> getAttributeNames()
Copyright © 2001-2022. All Rights Reserved.