|
Weaver 3.1.0a1-D1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The WeaverLocalContext interface manages local-scoped values.
Method Summary | |
Object |
getAttribute(String name)
Gets a locally scoped attribute. |
void |
removeAttribute(String name)
Removes a locally scoped attribute. |
void |
setAttribute(String name,
Object value)
Sets a locally scoped attribute. |
Method Detail |
public void setAttribute(String name, Object value)
name
- Name of the attribute to set.value
- Value to set the attribute to.public Object getAttribute(String name)
name
- Name of the attribute to retrieve.
public void removeAttribute(String name)
name
- Name of the attribute to remove.
|
Copyright ©Paul Harvey | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |