Package org.picocontainer
Interface ComponentAdapter<T>
-
- All Known Subinterfaces:
ComponentAdapter<T>
- All Known Implementing Classes:
AbstractComponentAdapter,InstanceComponentAdapter,ManageableComponentAdapter,MX4JComponentAdapter
public interface ComponentAdapter<T>Deprecated.useComponentAdapterinsteadThis is used for backward compatibility, now you are supposed to useComponentAdapter- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Class<? extends T>getComponentImplementation()Deprecated.Retrieve the class of the component.ObjectgetComponentKey()Deprecated.Retrieve the key associated with the component.
-
-
-
Method Detail
-
getComponentKey
Object getComponentKey()
Deprecated.Retrieve the key associated with the component.- Returns:
- the component's key. Should either be a class type (normally an interface) or an identifier that is unique (within the scope of the current Container).
-
-