Uses of Interface
org.picocontainer.internals.ComponentRegistry

Packages that use ComponentRegistry
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 ComponentRegistry in org.picocontainer.defaults
 

Classes in org.picocontainer.defaults that implement ComponentRegistry
 class DefaultComponentRegistry
          The default component registry.
 

Constructors in org.picocontainer.defaults with parameters of type ComponentRegistry
DefaultPicoContainer(ComponentFactory componentFactory, ComponentRegistry componentRegistry)
           
DefaultPicoContainer.WithComponentRegistry(ComponentRegistry componentRegistry)
           
 

Uses of ComponentRegistry in org.picocontainer.extras
 

Classes in org.picocontainer.extras that implement ComponentRegistry
 class HierarchicalComponentRegistry
           
static class HierarchicalComponentRegistry.Default
           
static class HierarchicalComponentRegistry.WithChildRegistry
           
 

Fields in org.picocontainer.extras declared as ComponentRegistry
protected  ComponentRegistry HierarchicalComponentRegistry.parentRegistry
           
protected  ComponentRegistry HierarchicalComponentRegistry.childRegistry
           
 

Constructors in org.picocontainer.extras with parameters of type ComponentRegistry
HierarchicalComponentRegistry(ComponentRegistry parentRegistry, ComponentRegistry childRegistry)
           
HierarchicalComponentRegistry.Default(ComponentRegistry parentRegistry)
           
HierarchicalComponentRegistry.WithChildRegistry(ComponentRegistry parentRegistry, ComponentRegistry childRegistry)
           
CompositePicoContainer(ComponentRegistry componentRegistry, PicoContainer[] containers)
           
 

Uses of ComponentRegistry in org.picocontainer.internals
 

Methods in org.picocontainer.internals with parameters of type ComponentRegistry
 Object Parameter.resolve(ComponentRegistry componentRegistry, ComponentSpecification compSpec, Class targetType)
           
 Object ConstantParameter.resolve(ComponentRegistry componentRegistry, ComponentSpecification compSpec, Class targetType)
           
 Object ComponentSpecification.instantiateComponent(ComponentRegistry componentRegistry)
           
 Object ComponentParameter.resolve(ComponentRegistry componentRegistry, ComponentSpecification compSpec, Class requestedType)
           
 



Copyright © 2003 Codehaus. All Rights Reserved.