|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to simplify access to different scopes (contexts?)
Method Summary | |
java.lang.Object |
getAttribute(java.lang.Object key)
Gets a named object out of the scope |
void |
reset()
Clears all data out of the scope |
void |
setAttribute(java.lang.Object key,
java.lang.Object value)
Puts a named value into the scope |
Method Detail |
public java.lang.Object getAttribute(java.lang.Object key)
key
- - the name of the object to get
public void setAttribute(java.lang.Object key, java.lang.Object value)
key
- - the name of the object to putvalue
- - the value to associate with that namepublic void reset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |