Uses of Class
org.picocontainer.defaults.AssignabilityRegistrationException

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

Uses of AssignabilityRegistrationException in org.picocontainer.defaults
 

Methods in org.picocontainer.defaults that throw AssignabilityRegistrationException
 Object BeanPropertyComponentAdapter.getComponentInstance()
           
 ComponentAdapter BeanPropertyComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 Object CachingComponentAdapter.getComponentInstance()
           
 ComponentAdapter CachingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter ComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Create a new component adapter based on the specified arguments.
 ComponentAdapter ConstantParameter.resolveAdapter(PicoContainer picoContainer, Class expectedType)
           
protected  Constructor ConstructorInjectionComponentAdapter.getGreediestSatisifableConstructor(List adapterInstantiationOrderTrackingList)
           
protected  Object ConstructorInjectionComponentAdapter.instantiateComponent(List adapterInstantiationOrderTrackingList)
           
 ComponentAdapter ConstructorInjectionComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 Object DecoratingComponentAdapter.getComponentInstance()
           
 ComponentAdapter DecoratingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter DefaultComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 Object InstantiatingComponentAdapter.getComponentInstance()
           
protected abstract  Object InstantiatingComponentAdapter.instantiateComponent(List adapterInstantiationOrderTrackingList)
          Instantiate the object.
protected abstract  Constructor InstantiatingComponentAdapter.getGreediestSatisifableConstructor(List adapterInstantiationOrderTrackingList)
           
protected  Constructor SetterInjectionComponentAdapter.getGreediestSatisifableConstructor(List adapterInstantiationOrderTrackingList)
           
protected  Object SetterInjectionComponentAdapter.instantiateComponent(List adapterInstantiationOrderTrackingList)
           
 ComponentAdapter SetterInjectionComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Create a SetterInjectionComponentAdapter.
 

Constructors in org.picocontainer.defaults that throw AssignabilityRegistrationException
AbstractComponentAdapter(Object componentKey, Class componentImplementation)
          Constructs a new ComponentAdapter for the given key and implementation.
ConstructorInjectionComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters, boolean allowNonPublicClasses)
          Explicitly specifies parameters.
ConstructorInjectionComponentAdapter(Object componentKey, Class componentImplementation)
          Use default parameters.
InstanceComponentAdapter(Object componentKey, Object componentInstance)
           
SetterInjectionComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters, boolean allowNonPublicClasses)
          Explicitly specifies parameters, if null uses default parameters.
SetterInjectionComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 



Copyright © 2003-2004 Codehaus. All Rights Reserved.