Package | Description |
---|---|
org.apache.avalon.framework.context |
Interfaces and implementation of the Context model through which runtime context
can be applied by a manager to a component.
|
Modifier and Type | Method and Description |
---|---|
void |
Contextualizable.contextualize(Context context)
Pass the Context to the component.
|
void |
Recontextualizable.recontextualize(Context context)
Pass the new Context to the component.
|
java.lang.Object |
Resolvable.resolve(Context context)
Resolve a object to a value.
|