public interface AttributeResolver<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
getAttribute(K attrKey)
Return an attribute from this resolver.
|
Set<K> |
getKeys()
Returns the set of keys of the attributes bound in that resolver.
|
void |
setAttribute(K attrKey,
V attrValue)
Update an attribute value on this resolve.
|
Set<K> getKeys()
V getAttribute(K attrKey) throws IllegalArgumentException
attrKey - IllegalArgumentException - if the attribute key is not validvoid setAttribute(K attrKey, V attrValue) throws IllegalArgumentException
attrKey - attrValue - the attribute valueIllegalArgumentException - if the attribute key is not validCopyright © 2003-2016 GateIn. All Rights Reserved.