DesktopPath Class

com.bea.netuix.application.identifier
DesktopPath Class

public class DesktopPath

    extends Path

The DesktopPath is a representation of the part of the url that identifies the desktop for a customized portal.

Related Topics

DesktopDefinitionId


Hierarchy
Object
  Path
    DesktopPath
All Implemented Interfaces

Serializable

Constructor Summary

DesktopPath(String path)

 

Method Summary

public static DesktopPath
clone(DesktopPath desktopPath)
protected Object
clone()
public static DesktopPath
createDesktopPath(String path)
public String
toString()
 
Methods from  com.bea.netuix.application.identifier.Path
equals, getPath, hashCode, setPath
 
Methods from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   

Constructor Detail

DesktopPath

public DesktopPath(String path)
 

Method Detail

clone(DesktopPath) Method

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.

clone() Method

protected Object clone()
Overrides
Object.clone()

Returns

a new DesktopPath with the exact same path set as this DesktopPath.

createDesktopPath(String) Method

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() Method

public String toString()
Overrides
Object.toString()

Returns

the part of the url that identifies the desktop for a customized portal.