|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
org.apache.avalon.framework.context |
Uses of Context in org.apache.avalon.framework.context |
Classes in org.apache.avalon.framework.context that implement Context | |
class |
DefaultContext
Default implementation of Context. |
Methods in org.apache.avalon.framework.context that return Context | |
protected Context |
DefaultContext.getParent()
Get parent context if any. |
Methods in org.apache.avalon.framework.context with parameters of type Context | |
java.lang.Object |
Resolvable.resolve(Context context)
Resolve a object to a value. |
void |
Contextualizable.contextualize(Context context)
Pass the Context to the component. |
void |
Recontextualizable.recontextualize(Context context)
Pass the new Context to the component. |
Constructors in org.apache.avalon.framework.context with parameters of type Context | |
DefaultContext(java.util.Map contextData,
Context parent)
Create a Context with specified data and parent. |
|
DefaultContext(Context parent)
Create a Context with specified parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |