atg.rest.resolver
Interface ComponentResolver

All Known Implementing Classes:
RestResolver

public interface ComponentResolver

An interface which exposes methods for finding components.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 java.lang.Object findComponent(java.lang.Object pIdentifier, java.lang.Object... pOther)
          Returns a component using the supplied identifier information
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

findComponent

java.lang.Object findComponent(java.lang.Object pIdentifier,
                               java.lang.Object... pOther)
Returns a component using the supplied identifier information

Parameters:
pIdentifier - an object containing information for resolving a component
pOther - additional parameters to be used as needed by implementations
Returns:
the resolved component