Uses of Package
org.picocontainer.defaults

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

Classes in org.picocontainer.defaults used by org.picocontainer.defaults
AbstractComponentAdapter
          Base class for a ComponentAdapter with general functionality.
AmbiguousComponentResolutionException
          Exception that is thrown as part of the introspection.
AssignabilityRegistrationException
          A subclass of PicoRegistrationException that is thrown during component registration if the component's key is a type and the implementation is not assignable to.
BeanPropertyComponentAdapter
          Decorating component adapter that can be used to set additional properties on a component.
ComponentAdapterFactory
          A component adapter factory is responsible for creating component adapters.
DecoratingComponentAdapter
           
DecoratingComponentAdapterFactory
           
DuplicateComponentKeyRegistrationException
           
InstantiatingComponentAdapter
          This ComponentAdapter will instantiate a new object for each call to ComponentAdapter.getComponentInstance().
NotConcreteRegistrationException
           
ObjectReference
          A way to refer to objects that are stored in "awkward" places (for example inside a HttpSession or ThreadLocal).
UnsatisfiableDependenciesException
           
 



Copyright © 2003-2004 Codehaus. All Rights Reserved.