|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.framework.context.DefaultContext org.apache.avalon.fortress.util.OverridableContext
The OverridableContext allows you to "null" out entries, even if they are in a parent context.
Constructor Summary | |
OverridableContext(Context parent)
Creation of a new overridable context. |
Method Summary | |
void |
put(java.lang.Object key,
java.lang.Object value)
Add a context entry to the context. |
Methods inherited from class org.apache.avalon.framework.context.DefaultContext |
checkWriteable, equals, get, getContextData, getParent, hashCode, hide, makeReadOnly |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OverridableContext(Context parent)
parent
- the parent contextMethod Detail |
public void put(java.lang.Object key, java.lang.Object value)
put
in class DefaultContext
key
- the context keyvalue
- the context value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |