com.bea.netuix.application.identifier
Class DesktopPath
java.lang.Object
  
com.bea.netuix.application.identifier.Path
      
com.bea.netuix.application.identifier.DesktopPath
- All Implemented Interfaces: 
 - Serializable
 
- public class DesktopPath
- extends Path
  
The DesktopPath is a representation of the part of the url that identifies
 the desktop for a customized portal.
- See Also:
 DesktopDefinitionId, 
Serialized Form
 
 
 
 
DesktopPath
public DesktopPath(String path)
clone
protected Object clone()
- Returns:
 - a new 
DesktopPath with the exact same path set as this DesktopPath. 
 
clone
public static DesktopPath clone(DesktopPath desktopPath)
- Parameters:
 desktopPath - the DesktopPath to clone.
- Returns:
 - a new 
DesktopPath with the exact same path set as the DesktopPath
         passed in. 
 
createDesktopPath
public static DesktopPath createDesktopPath(String path)
- Parameters:
 path - the part of the url that identifies the desktop for a customized portal.
- Returns:
 - a new 
DesktopPath with the path set to the value passed in. 
 
toString
public String toString()
- Returns:
 - the part of the url that identifies the desktop for a customized portal.
 
 
Copyright © 2004 BEA Systems, Inc. All Rights Reserved