org.picocontainer.internals
Class ComponentParameter
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentParameter
public ComponentParameter()
ComponentParameter
public ComponentParameter(Object componentKey)
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.