org.picocontainer.extras
Class HierarchicalComponentRegistry.WithChildRegistry

java.lang.Object
  extended byorg.picocontainer.extras.HierarchicalComponentRegistry
      extended byorg.picocontainer.extras.HierarchicalComponentRegistry.WithChildRegistry
All Implemented Interfaces:
ComponentRegistry, Serializable
Enclosing class:
HierarchicalComponentRegistry

public static class HierarchicalComponentRegistry.WithChildRegistry
extends HierarchicalComponentRegistry

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.picocontainer.extras.HierarchicalComponentRegistry
HierarchicalComponentRegistry.Default, HierarchicalComponentRegistry.WithChildRegistry
 
Field Summary
 
Fields inherited from class org.picocontainer.extras.HierarchicalComponentRegistry
childRegistry, parentRegistry
 
Constructor Summary
HierarchicalComponentRegistry.WithChildRegistry(ComponentRegistry parentRegistry, ComponentRegistry childRegistry)
           
 
Methods inherited from class org.picocontainer.extras.HierarchicalComponentRegistry
addOrderedComponent, contains, createComponent, findImplementingComponent, findImplementingComponentSpecification, getComponentInstance, getComponentInstanceKeys, getComponentInstances, getComponentSpec, getComponentSpecifications, getOrderedComponents, hasComponentInstance, putComponent, registerComponent, unregisterComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HierarchicalComponentRegistry.WithChildRegistry

public HierarchicalComponentRegistry.WithChildRegistry(ComponentRegistry parentRegistry,
                                                       ComponentRegistry childRegistry)


Copyright © 2003 Codehaus. All Rights Reserved.