Uses of Class
org.picocontainer.defaults.DuplicateComponentKeyRegistrationException

Packages that use DuplicateComponentKeyRegistrationException
org.picocontainer.defaults This package contains the default implementation of the PicoContainer API
 

Uses of DuplicateComponentKeyRegistrationException in org.picocontainer.defaults
 

Methods in org.picocontainer.defaults that throw DuplicateComponentKeyRegistrationException
 ComponentAdapter DefaultPicoContainer.registerComponent(ComponentAdapter componentAdapter)
          Register a component via a ComponentAdapter. Use this if you need fine grained control over what ComponentAdapter to use for a specific component. This method can be used to override the ComponentAdapter created by the ComponentAdapterFactory passed to the constructor of this container.
 



Copyright © 2003-2004 Codehaus. All Rights Reserved.