Uses of Interface
org.picocontainer.Parameter

Packages that use Parameter
org.picocontainer This package is the basic API for developers who instantiate PicoContainers. 
org.picocontainer.defaults This package contains a default implementation of the PicoContainer API. 
org.picocontainer.extras This package is for some of the extra deliverables for PicoContainer 
 

Uses of Parameter in org.picocontainer
 

Methods in org.picocontainer with parameters of type Parameter
 ComponentAdapter MutablePicoContainer.registerComponentImplementation(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Registers a component.
 

Uses of Parameter in org.picocontainer.defaults
 

Classes in org.picocontainer.defaults that implement Parameter
 class ComponentParameter
          A ComponentParameter should be used to pass in a particular component as argument to a different component's constructor.
 class ConstantParameter
          A ConstantParameter should be used to pass in "constant" arguments to constructors.
 

Fields in org.picocontainer.defaults declared as Parameter
protected  Parameter[] InstantiatingComponentAdapter.parameters
           
 

Methods in org.picocontainer.defaults that return Parameter
protected static Parameter[] InstantiatingComponentAdapter.createDefaultParameters(Class[] parameters, PicoContainer picoContainer)
           
 

Methods in org.picocontainer.defaults with parameters of type Parameter
 ComponentAdapter CachingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter ComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter ConstructorComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter DefaultComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter DefaultPicoContainer.registerComponentImplementation(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Registers a component. The returned ComponentAdapter will be instantiated by the ComponentAdapterFactory passed to the container's constructor.
 

Constructors in org.picocontainer.defaults with parameters of type Parameter
BeanComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
ConstructorComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Explicitly specifies parameters, if null uses default parameters.
InstantiatingComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 

Uses of Parameter in org.picocontainer.extras
 

Methods in org.picocontainer.extras with parameters of type Parameter
 ComponentAdapter BeanPropertyComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter DecoratingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter ImplementationHidingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter InvokingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Deprecated.  
 ComponentAdapter SynchronizedComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 



Copyright © 2003-2004 Codehaus. All Rights Reserved.