atg.nucleus.naming
Interface ComponentNameUnresolver

All Superinterfaces:
atg.naming.NameUnresolver

public interface ComponentNameUnresolver
extends atg.naming.NameUnresolver


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 ComponentName unresolveComponentName(java.lang.Object pObject)
          Follows the naming system's conventions for resolving the specified name, and returns the Object that is the result of the resolution.
 
Methods inherited from interface atg.naming.NameUnresolver
unresolveName
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

unresolveComponentName

ComponentName unresolveComponentName(java.lang.Object pObject)
Follows the naming system's conventions for resolving the specified name, and returns the Object that is the result of the resolution.