Uses of Package
org.picocontainer.defaults

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

Classes in org.picocontainer.defaults used by org.picocontainer.alternatives
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.
ComponentAdapterFactory
          A component adapter factory is responsible for creating component adapters.
DecoratingComponentAdapter
           
DecoratingComponentAdapterFactory
           
NotConcreteRegistrationException
           
 

Classes in org.picocontainer.defaults used by org.picocontainer.defaults
AbstractComponentAdapter
          Base class for a ComponentAdapter with general functionality.
AbstractPicoVisitor
          Abstract PicoVisitor implementation.
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.
BasicComponentParameter
          A BasicComponentParameter should be used to pass in a particular component as argument to a different component's constructor.
BeanPropertyComponentAdapter
          Decorating component adapter that can be used to set additional properties on a component in a bean style.
CollectionComponentParameter
          A CollectionComponentParameter should be used to support inject an Array, a Collectionor Mapof components automatically.
ComponentAdapterFactory
          A component adapter factory is responsible for creating component adapters.
ComponentParameter
          A ComponentParameter should be used to pass in a particular component as argument to a different component's constructor.
CyclicDependencyGuard
          TODO Auto-generated JavaDoc
DecoratingComponentAdapter
           
DecoratingComponentAdapterFactory
           
DuplicateComponentKeyRegistrationException
           
InstantiatingComponentAdapter
          This ComponentAdapter will instantiate a new object for each call to ComponentAdapter.getComponentInstance(PicoContainer).
InstantiatingComponentAdapter.Guard
           
NotConcreteRegistrationException
           
ObjectReference
          A way to refer to objects that are stored in "awkward" places (for example inside a HttpSession or ThreadLocal).
ThreadLocalCyclicDependencyGuard
          Abstract utility class to detect recursion cycles.
UnsatisfiableDependenciesException
           
 



Copyright © 2003-2004 Codehaus. All Rights Reserved.