|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeResolver
An attribute resolver.
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.Object attrKey)
Return an attribute from this resolver. |
java.util.Set |
getKeys()
Returns the set of keys of the attributes bound in that resolver. |
void |
setAttribute(java.lang.Object attrKey,
java.lang.Object attrValue)
Update an attribute value on this resolve. |
| Method Detail |
|---|
java.util.Set getKeys()
java.lang.Object getAttribute(java.lang.Object attrKey)
throws java.lang.IllegalArgumentException
attrKey -
java.lang.IllegalArgumentException - if the attribute key is not valid
void setAttribute(java.lang.Object attrKey,
java.lang.Object attrValue)
throws java.lang.IllegalArgumentException
attrKey - attrValue - the attribute value
java.lang.IllegalArgumentException - if the attribute key is not valid
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||