Uses of Class
com.sapportals.wcm.crt.ComponentUri

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(String key)
          Appends the specified key at the end of the path.
 ComponentUri ComponentUri.getChildUri(String key)
          Returns a child URI with the specified key or null if it does not exist.
 ComponentUri ComponentUri.getParent()
          Returns the parent URI.
static ComponentUri ComponentUri.getRootUri(String clientID)
          Returns a new root component URI.
 ComponentUri ComponentUri.removeChildUri(String key)
          Removes a child URI with the specified key.
 

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, 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.
 



Copyright 2014 SAP AG Complete Copyright Notice