Package org.apache.avalon.framework.component

Interface Summary
Component This interface identifies classes that can be used as Components by a Composable.
ComponentManager A ComponentManager selects Components based on a role.
ComponentSelector A ComponentSelector selects Components based on a hint.
Composable A composer is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
Recomposable Extends composer to allow recomposing.
 

Class Summary
DefaultComponentManager This class is a static implementation of a ComponentManager.
DefaultComponentSelector This is the default implementation of the ComponentSelector
 

Exception Summary
ComponentException The exception thrown to indicate a problem with Components.
 



"Copyright ? 2001 Apache Jakarta Project. All Rights Reserved."