org.picocontainer.defaults
Class ComponentParameter
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentParameter
public ComponentParameter(Object componentKey)
resolveAdapter
public ComponentAdapter resolveAdapter(MutablePicoContainer picoContainer)
throws PicoIntrospectionException
- Specified by:
resolveAdapter
in interface Parameter
- Throws:
PicoIntrospectionException
Copyright © 2003 Codehaus. All Rights Reserved.