Uses of Class
org.picocontainer.PicoIntrospectionException

Packages that use PicoIntrospectionException
org.picocontainer This package is the basic API for developers who instantiate PicoContainers. 
org.picocontainer.defaults This package is for the default consituent parts of various PicoContainer components. 
org.picocontainer.extras This package is for some of the extra deliverables for PicoContainer 
org.picocontainer.internals This package contains some internal classes to various PicoContainer deliverables,  You should really only be interested in this package if you are a writer of new (we encourage this) PicoContainer containers. 
 

Uses of PicoIntrospectionException in org.picocontainer
 

Methods in org.picocontainer that throw PicoIntrospectionException
 void RegistrationPicoContainer.registerComponentByClass(Class componentImplementation)
          Registers a component.
 void RegistrationPicoContainer.registerComponent(Object componentKey, Class componentImplementation)
          Alternate way of registering components with additional component type.
 void RegistrationPicoContainer.registerComponent(Object componentKey, Object componentInstance)
          Registers a component that is instantiated and configured outside the internals.
 void RegistrationPicoContainer.registerComponentByInstance(Object componentInstance)
          Registers an instantiated component.
 void RegistrationPicoContainer.addParameterToComponent(Object componentKey, Class parameter, Object arg)
          Add a parameter to a component.
 

Uses of PicoIntrospectionException in org.picocontainer.defaults
 

Subclasses of PicoIntrospectionException in org.picocontainer.defaults
 class NoPicoSuitableConstructorException
           
 

Methods in org.picocontainer.defaults that throw PicoIntrospectionException
 void DefaultPicoContainer.registerComponent(Object componentKey, Class componentImplementation)
           
 void DefaultPicoContainer.registerComponentByInstance(Object component)
           
 void DefaultPicoContainer.registerComponent(Object componentKey, Object component)
           
 void DefaultPicoContainer.addParameterToComponent(Object componentKey, Class parameter, Object arg)
           
 void DefaultPicoContainer.registerComponentByClass(Class componentImplementation)
           
 Class[] DefaultComponentFactory.getDependencies(Class componentImplementation)
           
 

Uses of PicoIntrospectionException in org.picocontainer.extras
 

Methods in org.picocontainer.extras that throw PicoIntrospectionException
 Class[] ImplementationHidingComponentFactory.getDependencies(Class componentImplementation)
           
 

Uses of PicoIntrospectionException in org.picocontainer.internals
 

Methods in org.picocontainer.internals that throw PicoIntrospectionException
 void ComponentSpecification.addConstantParameterBasedOnType(Class parameter, Object arg)
           
 Object ComponentFactory.createComponent(ComponentSpecification componentSpec, Object[] instanceDependencies)
          Create a component.
 Class[] ComponentFactory.getDependencies(Class componentImplementation)
          Return the types the componentImplementation component depends on.
 

Constructors in org.picocontainer.internals that throw PicoIntrospectionException
ComponentSpecification(ComponentFactory componentFactory, Object componentKey, Class comp)
           
 



Copyright © 2003 Codehaus. All Rights Reserved.