|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvocationContext
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 |
---|
AttributeResolver getAttributeResolver(Scope attrScope) throws java.lang.IllegalArgumentException
attrScope
- the attribute resolver scope
java.lang.IllegalArgumentException
- if the attribute scope is invalidjava.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 validvoid 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 validvoid 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 |