|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibatis.sqlmap.engine.scope.BaseScope
Abstract implementation of the Scope interface
Constructor Summary | |
BaseScope()
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseScope()
Method Detail |
public java.lang.Object getAttribute(java.lang.Object key)
Scope
getAttribute
in interface Scope
key
- - the name of the object to get
public void setAttribute(java.lang.Object key, java.lang.Object value)
Scope
setAttribute
in interface Scope
key
- - the name of the object to putvalue
- - the value to associate with that namepublic void reset()
Scope
reset
in interface Scope
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |