org.picocontainer.parameters
Class AbstractParameter
java.lang.Object
org.picocontainer.parameters.AbstractParameter
- All Implemented Interfaces:
- Parameter
- Direct Known Subclasses:
- BasicComponentParameter, CollectionComponentParameter, ConstantParameter, DefaultConstructorParameter, NullParameter
public abstract class AbstractParameter
- extends Object
- implements Parameter
Method Summary |
boolean |
isResolvable(PicoContainer container,
ComponentAdapter<?> forAdapter,
Type expectedType,
NameBinding expectedNameBinding,
boolean useNames,
Annotation binding)
Deprecated. |
Object |
resolveInstance(PicoContainer container,
ComponentAdapter<?> forAdapter,
Type expectedType,
NameBinding expectedNameBinding,
boolean useNames,
Annotation binding)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractParameter
public AbstractParameter()
resolveInstance
@Deprecated
public final Object resolveInstance(PicoContainer container,
ComponentAdapter<?> forAdapter,
Type expectedType,
NameBinding expectedNameBinding,
boolean useNames,
Annotation binding)
- Deprecated.
- Specified by:
resolveInstance
in interface Parameter
isResolvable
@Deprecated
public final boolean isResolvable(PicoContainer container,
ComponentAdapter<?> forAdapter,
Type expectedType,
NameBinding expectedNameBinding,
boolean useNames,
Annotation binding)
- Deprecated.
- Specified by:
isResolvable
in interface Parameter
Copyright © 2003-2010 Codehaus. All Rights Reserved.