|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentUri | |
| com.sapportals.wcm.crt | Provides access to the component runtime system. |
| com.sapportals.wcm.crt.component | Provides interfaces for CRT component implementations. |
| com.sapportals.wcm.crt.configuration | Provides configuration data interfaces for CRT component implementations. |
| Uses of ComponentUri in com.sapportals.wcm.crt |
| Methods in com.sapportals.wcm.crt that return ComponentUri | |
ComponentUri |
ComponentUri.appendKey(java.lang.String key)
Appends the specified key at the end of the path. |
ComponentUri |
ComponentUri.getParent()
Returns the parent URI. |
ComponentUri |
ComponentUri.getChildUri(java.lang.String key)
Returns a child URI with the specified key or null if it does
not exist. |
ComponentUri |
ComponentUri.removeChildUri(java.lang.String key)
Removes a child URI with the specified key. |
static ComponentUri |
ComponentUri.getRootUri(java.lang.String clientID)
Returns a new root component URI. |
| Methods in com.sapportals.wcm.crt with parameters of type ComponentUri | |
abstract IComponent |
CrtSystem.lookupComponentByUri(ComponentUri uri)
Returns the component instance for the specified URI or null
if the component does not exist. |
| Uses of ComponentUri in com.sapportals.wcm.crt.component |
| Methods in com.sapportals.wcm.crt.component that return ComponentUri | |
ComponentUri |
ComponentEvent.getComponentUri()
|
| Constructors in com.sapportals.wcm.crt.component with parameters of type ComponentUri | |
ComponentEvent(ComponentUri uri,
java.lang.Class componentClass,
ComponentEvent.Type type)
|
|
| Uses of ComponentUri in com.sapportals.wcm.crt.configuration |
| Methods in com.sapportals.wcm.crt.configuration with parameters of type ComponentUri | |
void |
IConfigurationEventListener.notifyComponentConfigAdded(ComponentUri containerUri,
IConfiguration config)
Notifies the CRT that a new "component" element was added to the configuration. |
void |
IConfigurationEventListener.notifyComponentConfigChanged(ComponentUri uri,
IConfiguration config)
Notifies the CRT that a component's configuration data has been changed. |
void |
IConfigurationEventListener.notifyComponentConfigRemoved(ComponentUri uri)
Notifies the CRT that a component has been removed from the configuration. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||