Uses of Interface
org.picocontainer.internals.Parameter

Packages that use Parameter
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.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 Parameter in org.picocontainer
 

Methods in org.picocontainer with parameters of type Parameter
 void RegistrationPicoContainer.registerComponent(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Register component with key, implementation and bindings for its parameters.
 

Uses of Parameter in org.picocontainer.defaults
 

Methods in org.picocontainer.defaults with parameters of type Parameter
 void DefaultPicoContainer.registerComponent(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 

Uses of Parameter in org.picocontainer.internals
 

Classes in org.picocontainer.internals that implement Parameter
 class ComponentParameter
           
 class ConstantParameter
           
 

Methods in org.picocontainer.internals that return Parameter
protected  Parameter ComponentSpecification.createDefaultParameter()
           
 Parameter[] ComponentSpecification.getParameters()
           
 

Constructors in org.picocontainer.internals with parameters of type Parameter
ComponentSpecification(ComponentFactory componentFactory, Object componentKey, Class comp, Parameter[] parameters)
           
 



Copyright © 2003 Codehaus. All Rights Reserved.