|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.Object |
getAttribute(Scope attrScope,
java.lang.Object attrKey)
Returns an attribute value. |
AttributeResolver |
getAttributeResolver(Scope attrScope)
Return the attribute resolver of this context. |
void |
removeAttribute(Scope attrScope,
java.lang.Object attrKey)
Remove an attribute value. |
void |
setAttribute(Scope attrScope,
java.lang.Object attrKey,
java.lang.Object attrValue)
Update an attribute value. |
Method Detail |
public AttributeResolver getAttributeResolver(Scope attrScope) throws java.lang.IllegalArgumentException
attrScope
- the attribute resolver scope
java.lang.IllegalArgumentException
- if the attribute scope is invalidpublic java.lang.Object getAttribute(Scope attrScope, java.lang.Object attrKey) throws java.lang.IllegalArgumentException
attrScope
- the attribute scopeattrKey
-
java.lang.IllegalArgumentException
- if the attribute key or the attribute scope is not validpublic void setAttribute(Scope attrScope, java.lang.Object attrKey, java.lang.Object attrValue) throws java.lang.IllegalArgumentException
attrScope
- the attribute scopeattrKey
- attrValue
- the attribute value
java.lang.IllegalArgumentException
- if the attribute key or the attribute scope is not validpublic void removeAttribute(Scope attrScope, java.lang.Object attrKey)
attrKey
-
java.lang.IllegalArgumentException
- if the attribute key is null or the attribute scope is not valid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |