© 2005 BEA Systems, Inc.

com.bea.netuix.application.identifier
Class PortalPath

java.lang.Object
  extended bycom.bea.netuix.application.identifier.Path
      extended bycom.bea.netuix.application.identifier.PortalPath
All Implemented Interfaces:
Serializable

public class PortalPath
extends Path

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

See Also:
DesktopDefinitionId, Serialized Form

Constructor Summary
PortalPath(String path)
           
 
Method Summary
protected  Object clone()
           
static PortalPath clone(PortalPath portalPath)
           
static PortalPath createPortalPath(String path)
           
 String toString()
           
 
Methods inherited from class com.bea.netuix.application.identifier.Path
equals, getPath, hashCode, setPath
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalPath

public PortalPath(String path)
Method Detail

clone

protected Object clone()
Returns:
a new PortalPath with the exact same path set as this PortalPath.

clone

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.

createPortalPath

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

public String toString()
Returns:
the part of the url that identifies the portal for a customized portal.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved