|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Component | |
---|---|
org.apache.avalon.framework.component |
Deprecated: use the interfaces in the
org.apache.avalon.framework.service package instead. |
Uses of Component in org.apache.avalon.framework.component |
---|
Subinterfaces of Component in org.apache.avalon.framework.component | |
---|---|
interface |
ComponentSelector
A ComponentSelector selects Component s based on a
hint. |
Methods in org.apache.avalon.framework.component that return Component | |
---|---|
Component |
ComponentManager.lookup(String key)
Get the Component associated with the given key. |
Component |
ComponentSelector.select(Object hint)
Select the Component associated with the given hint. |
Methods in org.apache.avalon.framework.component with parameters of type Component | |
---|---|
void |
ComponentManager.release(Component component)
Return the Component when you are finished with it. |
void |
ComponentSelector.release(Component component)
Return the Component when you are finished with it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |