public interface IComponentIdentifier
| Modifier and Type | Field and Description | 
|---|---|
| static IComponentIdentifier[] | EMPTY_COMPONENTIDENTIFIERSReturn value for empty arrays. | 
| static java.lang.ThreadLocal<IComponentIdentifier> | LOCALThe currently executing component (if any). | 
| static java.lang.String | RESULTCIDThe constant to fetch the component id out of the results of a component. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getLocalName()Get the local component name. | 
| java.lang.String | getName()Get the component name. | 
| IComponentIdentifier | getParent()Get the parent identifier. | 
| java.lang.String | getPlatformName()Get the platform name. | 
| java.lang.String | getPlatformPrefix()Get the platform name without the suffix for name uniqueness. | 
| IComponentIdentifier | getRoot()Get the root identifier. | 
static final java.lang.String RESULTCID
static final java.lang.ThreadLocal<IComponentIdentifier> LOCAL
static final IComponentIdentifier[] EMPTY_COMPONENTIDENTIFIERS
java.lang.String getName()
java.lang.String getLocalName()
java.lang.String getPlatformName()
java.lang.String getPlatformPrefix()
IComponentIdentifier getParent()
IComponentIdentifier getRoot()