Package | Description |
---|---|
org.apache.avalon.framework.component |
Deprecated: use the interfaces in the
org.apache.avalon.framework.service package instead. |
org.apache.avalon.framework.container |
Utilities supporting execution of component lifecycle stages.
|
Modifier and Type | Method and Description |
---|---|
void |
Composable.compose(ComponentManager componentManager)
Pass the
ComponentManager to the composer . |
Component |
DefaultComponentManager.lookup(String key)
Retrieve Component by key from ComponentManager.
|
Component |
WrapperComponentManager.lookup(String key)
Retrieve a component via a key.
|
Component |
ComponentManager.lookup(String key)
Get the
Component associated with the given key. |
void |
Recomposable.recompose(ComponentManager componentManager)
Deprecated.
Repass the
ComponentManager to the composer . |
Component |
DefaultComponentSelector.select(Object hint)
Select the desired component.
|
Component |
WrapperComponentSelector.select(Object policy)
Select a Component based on a policy.
|
Component |
ComponentSelector.select(Object hint)
Select the
Component associated with the given hint. |
Modifier and Type | Method and Description |
---|---|
static void |
ContainerUtil.compose(Object object,
ComponentManager componentManager)
Deprecated.
compose() is no longer the preferred method via
which components will be supplied with Components. Please
Use service() from Composable instead.
|
Copyright © 2020. All rights reserved.