org.picocontainer.defaults
Class ComponentParameter

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

public class ComponentParameter
extends Object
implements Parameter, Serializable

A parameter that resolves to a different component.

Version:
$Revision: 1.8 $
Author:
Jon Tirsén, Aslak Hellesøy
See Also:
Serialized Form

Constructor Summary
ComponentParameter(Object componentKey)
           
 
Method Summary
 ComponentAdapter resolveAdapter(MutablePicoContainer picoContainer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentParameter

public ComponentParameter(Object componentKey)
Method Detail

resolveAdapter

public ComponentAdapter resolveAdapter(MutablePicoContainer picoContainer)
                                throws PicoIntrospectionException
Specified by:
resolveAdapter in interface Parameter
Throws:
PicoIntrospectionException


Copyright © 2003 Codehaus. All Rights Reserved.