PortalPath Class
- public class PortalPath
extends Path
The PortalPath is a representation of the part of the url that identifies
the portal for a customized portal.
Related Topics
DesktopDefinitionId
-
Hierarchy
-
Object
Path
PortalPath
-
All Implemented Interfaces
-
Serializable
PortalPath
public PortalPath(String path)
clone(PortalPath) Method
public static PortalPath clone(PortalPath portalPath)
Parameters
-
portalPath
- the
PortalPath to clone.
Returns
- a new
PortalPath with the exact same path set as the PortalPath
passed in.
clone() Method
protected Object clone()
-
Overrides
-
Object.clone()
Returns
- a new
PortalPath with the exact same path set as this PortalPath.
createPortalPath(String) Method
public static PortalPath createPortalPath(String path)
Parameters
-
path
- the part of the url that identifies the portal for a customized portal.
Returns
- a new
PortalPath 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 portal for a customized portal.