org.picocontainer.internals
Class ComponentParameter

java.lang.Object
  extended byorg.picocontainer.internals.ComponentParameter
All Implemented Interfaces:
Parameter, Serializable

public class ComponentParameter
extends Object
implements Parameter, Serializable

Version:
$Revision: 1.4 $
Author:
Jon Tirsen (tirsen@codehaus.org)
See Also:
Serialized Form

Constructor Summary
ComponentParameter()
           
ComponentParameter(Object componentKey)
           
 
Method Summary
 Object resolve(ComponentRegistry componentRegistry, ComponentSpecification compSpec, Class requestedType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentParameter

public ComponentParameter()

ComponentParameter

public ComponentParameter(Object componentKey)
Method Detail

resolve

public Object resolve(ComponentRegistry componentRegistry,
                      ComponentSpecification compSpec,
                      Class requestedType)
               throws PicoInitializationException
Specified by:
resolve in interface Parameter
Throws:
PicoInitializationException


Copyright © 2003 Codehaus. All Rights Reserved.