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