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 | Method and Description |
---|---|
void |
Contextualizable.contextualize(Context context)
Pass the Context to the component.
|
Object |
DefaultContext.get(Object key)
Retrieve an item from the Context.
|
Object |
Context.get(Object key)
Retrieve an object from Context.
|
void |
Recontextualizable.recontextualize(Context context)
Pass the new Context to the component.
|
Object |
Resolvable.resolve(Context context)
Resolve a object to a value.
|
Copyright © 2021. All rights reserved.