PortalPath Class

com.bea.netuix.application.identifier
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

Constructor Summary

PortalPath(String path)

 

Method Summary

public static PortalPath
clone(PortalPath portalPath)
protected Object
clone()
public static PortalPath
createPortalPath(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

PortalPath

public PortalPath(String path)
 

Method Detail

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.