| Package | Description |
|---|---|
| org.apache.avalon.framework.container |
Utilities supporting execution of component lifecycle stages.
|
| 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 |
|---|---|
static void |
ContainerUtil.contextualize(Object object,
Context context)
Supply specified object with a Context object if it implements the
Contextualizable interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultContext
Default implementation of Context.
|
| Modifier and Type | Method and Description |
|---|---|
protected Context |
DefaultContext.getParent()
Get parent context if any.
|
| 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.
|
Object |
Resolvable.resolve(Context context)
Resolve a object to a value.
|
| Constructor and Description |
|---|
DefaultContext(Context parent)
Create a Context with specified parent.
|
DefaultContext(Map contextData,
Context parent)
Create a Context with specified data and parent.
|
Copyright © 2021. All rights reserved.