public interface ComponentResolver
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
findComponent(java.lang.Object pIdentifier,
             java.lang.Object... pOther)
Returns a component using the supplied identifier information 
 | 
static final java.lang.String CLASS_VERSION
java.lang.Object findComponent(java.lang.Object pIdentifier,
                               java.lang.Object... pOther)
pIdentifier - an object containing information for resolving a componentpOther - additional parameters to be used as needed by implementations