com.sapportals.wcm.crt

Class ComponentUri

java.lang.Object
  extended bycom.sapportals.wcm.crt.ComponentUri

public final class ComponentUri
extends Object

A component URI (RFC2396 ) is an identifier for a component in the CRT.

Scheme: "crt"
Authority: The CRT client identifier
Path: Slash separated component keys (container hierarchie)
Query: Not used

This identifier is not relativ to a container like single component keys are but is a unique identifier for all components in the CRT system. The com.sapportals.wcm.repository.runtime.CmSystem#lookupComponentByUri method can be used to lookup a component instance for a given component URI.

Copyright (c) SAP AG 2001-2002


Field Summary
static String PATH_SEPARATOR
           
static String SCHEME
           
 
Method Summary
 ComponentUri appendKey(String key)
          Appends the specified key at the end of the path.
 boolean equals(Object other)
           
 String[] getChildKeys()
          Returns all child keys of the child URIs of this URI.
 ComponentUri getChildUri(String key)
          Returns a child URI with the specified key or null if it does not exist.
 String getKey()
          Returns this URI's key
 ComponentUri getParent()
          Returns the parent URI.
static ComponentUri getRootUri(String clientID)
          Returns a new root component URI.
 int hashCode()
           
 boolean isRootUri()
          Returns true if this is a root URI.
 ComponentUri removeChildUri(String key)
          Removes a child URI with the specified key.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PATH_SEPARATOR

public static final String PATH_SEPARATOR
See Also:
Constant Field Values

SCHEME

public static final String SCHEME
See Also:
Constant Field Values
Method Detail

appendKey

public ComponentUri appendKey(String key)
                       throws IllegalArgumentException
Appends the specified key at the end of the path.

Parameters:
key - The component key to append.
Returns:
The new URI with the key added to the path.
Throws:
IllegalArgumentException - If the key is invalid (e.g. contains invalid characters).

getParent

public ComponentUri getParent()
Returns the parent URI.

Returns:
the parent URI.

isRootUri

public boolean isRootUri()
Returns true if this is a root URI.

Returns:
true if this is a root URI.

getKey

public String getKey()
Returns this URI's key

Returns:
this URI's key.

getChildUri

public ComponentUri getChildUri(String key)
Returns a child URI with the specified key or null if it does not exist.

Parameters:
key - The key of the child URI.
Returns:
a child URI with the specified key or null if it does not exist.

removeChildUri

public ComponentUri removeChildUri(String key)
Removes a child URI with the specified key.

Parameters:
key - The key of the child uri
Returns:
The removed URI or null if it does not exist.

getChildKeys

public String[] getChildKeys()
Returns all child keys of the child URIs of this URI.

Returns:
all child keys of the child URIs of this URI.

toString

public String toString()

equals

public boolean equals(Object other)

hashCode

public int hashCode()

getRootUri

public static ComponentUri getRootUri(String clientID)
Returns a new root component URI.

Parameters:
clientID - The CRT client identifier.
Returns:
a new root component URI.


Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.