Skip navigation links
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)
-
- Parameters
path
- the part of the url that identifies the desktop for a customized portal.
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.
createDesktopPath
public static DesktopPath createDesktopPath()
- Auto generate a unique desktop path. This is used by templates as templates are never "hit" from a browser.
-
- Returns
- a new
DesktopPath
with the path set to the value passed in.
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.
clone
protected Object clone()
-
- Overrides:
clone
in class Object
-
- Returns
- a new
DesktopPath
with the exact same path set as this DesktopPath
.
toString
public String toString()
-
- Overrides:
toString
in class Object
-
- Returns
- the part of the url that identifies the desktop for a customized portal.
Skip navigation links
Copyright © 2010, Oracle. All rights reserved.