|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Component | |
org.apache.avalon.framework.component |
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. |
Classes in org.apache.avalon.framework.component that implement Component | |
class |
DefaultComponentSelector
This is the default implementation of the ComponentSelector |
Methods in org.apache.avalon.framework.component that return Component | |
Component |
DefaultComponentSelector.select(java.lang.Object hint)
Select the desired component. |
Component |
DefaultComponentManager.lookup(java.lang.String role)
Retrieve Component by role from ComponentManager. |
Component |
ComponentManager.lookup(java.lang.String role)
Get the Component associated with the given role. |
Component |
ComponentSelector.select(java.lang.Object hint)
Select the Component associated with the given hint. |
Methods in org.apache.avalon.framework.component with parameters of type Component | |
void |
DefaultComponentSelector.release(Component component)
Release component. |
void |
DefaultComponentSelector.put(java.lang.Object hint,
Component component)
Populate the ComponentSelector. |
void |
DefaultComponentManager.put(java.lang.String role,
Component component)
Place Component into ComponentManager. |
void |
DefaultComponentManager.release(Component component)
Release 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 |