org.picocontainer
Class Parameter.NotResolved
java.lang.Object
org.picocontainer.Parameter.NotResolved
- All Implemented Interfaces:
- Parameter.Resolver
- Enclosing interface:
- Parameter
public static class Parameter.NotResolved
- extends Object
- implements Parameter.Resolver
The Parameter cannot (ever) be resolved
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parameter.NotResolved
public Parameter.NotResolved()
isResolved
public boolean isResolved()
- Specified by:
isResolved
in interface Parameter.Resolver
- Returns:
- can the parameter be resolved
resolveInstance
public Object resolveInstance()
- Specified by:
resolveInstance
in interface Parameter.Resolver
- Returns:
- the instance to be used to inject as a parameter
getComponentAdapter
public ComponentAdapter<?> getComponentAdapter()
- Specified by:
getComponentAdapter
in interface Parameter.Resolver
- Returns:
- the ComponentAdapter for the parameter in question
Copyright © 2003-2010 Codehaus. All Rights Reserved.