Uses of Class
org.apache.avalon.framework.component.ComponentException

Packages that use ComponentException
org.apache.avalon.framework.component   
 

Uses of ComponentException in org.apache.avalon.framework.component
 

Methods in org.apache.avalon.framework.component that throw ComponentException
 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.
 void Recomposable.recompose(ComponentManager componentManager)
          Repass the ComponentManager to the composer.
 void Composable.compose(ComponentManager componentManager)
          Pass the ComponentManager to the composer.
 Component ComponentSelector.select(java.lang.Object hint)
          Select the Component associated with the given hint.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.