Uses of Class
org.picocontainer.internals.ComponentSpecification

Packages that use ComponentSpecification
org.picocontainer.defaults This package is for the default consituent parts of various PicoContainer components. 
org.picocontainer.extras This package is for some of the extra deliverables for PicoContainer 
org.picocontainer.internals This package contains some internal classes to various PicoContainer deliverables,  You should really only be interested in this package if you are a writer of new (we encourage this) PicoContainer containers. 
 

Uses of ComponentSpecification in org.picocontainer.defaults
 

Methods in org.picocontainer.defaults that return ComponentSpecification
 ComponentSpecification DefaultComponentRegistry.getComponentSpec(Object componentKey)
           
 ComponentSpecification DefaultComponentRegistry.findImplementingComponentSpecification(Class componentType)
           
 

Methods in org.picocontainer.defaults with parameters of type ComponentSpecification
 void DefaultComponentRegistry.registerComponent(ComponentSpecification compSpec)
           
 Object DefaultComponentRegistry.createComponent(ComponentSpecification componentSpecification)
           
 Object DefaultComponentFactory.createComponent(ComponentSpecification componentSpec, Object[] instanceDependencies)
           
 

Uses of ComponentSpecification in org.picocontainer.extras
 

Methods in org.picocontainer.extras that return ComponentSpecification
 ComponentSpecification HierarchicalComponentRegistry.getComponentSpec(Object componentKey)
           
 ComponentSpecification HierarchicalComponentRegistry.findImplementingComponentSpecification(Class componentType)
           
 

Methods in org.picocontainer.extras with parameters of type ComponentSpecification
 Object ImplementationHidingComponentFactory.createComponent(ComponentSpecification componentSpec, Object[] instanceDependencies)
           
 void HierarchicalComponentRegistry.registerComponent(ComponentSpecification compSpec)
           
 Object HierarchicalComponentRegistry.createComponent(ComponentSpecification componentSpecification)
           
 

Uses of ComponentSpecification in org.picocontainer.internals
 

Methods in org.picocontainer.internals that return ComponentSpecification
 ComponentSpecification ComponentRegistry.getComponentSpec(Object componentKey)
           
 ComponentSpecification ComponentRegistry.findImplementingComponentSpecification(Class componentType)
           
 

Methods in org.picocontainer.internals with parameters of type ComponentSpecification
 Object Parameter.resolve(ComponentRegistry componentRegistry, ComponentSpecification compSpec, Class targetType)
           
 Object ConstantParameter.resolve(ComponentRegistry componentRegistry, ComponentSpecification compSpec, Class targetType)
           
 void ComponentRegistry.registerComponent(ComponentSpecification compSpec)
           
 Object ComponentRegistry.createComponent(ComponentSpecification componentSpecification)
           
 Object ComponentParameter.resolve(ComponentRegistry componentRegistry, ComponentSpecification compSpec, Class requestedType)
           
 Object ComponentFactory.createComponent(ComponentSpecification componentSpec, Object[] instanceDependencies)
          Create a component.
 



Copyright © 2003 Codehaus. All Rights Reserved.