Skip navigation links 
 
com.bea.netuix.application.identifier
Class PortalPath
java.lang.Object
   com.bea.netuix.application.identifier.Path
com.bea.netuix.application.identifier.Path
       com.bea.netuix.application.identifier.PortalPath
com.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
 
  
 
 
 
 
 
PortalPath
public PortalPath(String path)
- 
- Parameters
- path- the part of the url that identifies the portal for a customized portal.
 
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 PortalPathwith the path set to the value passed in.
 
clone
public static PortalPath clone(PortalPath portalPath)
- 
- Parameters
- portalPath- the- PortalPathto clone.
- Returns
- a new PortalPathwith the exact same path set as thePortalPathpassed in.
 
clone
protected Object clone()
- 
- Overrides:
- clonein class- Object
 
- 
- Returns
- a new PortalPathwith the exact same path set as thisPortalPath.
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
- Returns
- the part of the url that identifies the portal for a customized portal.
 
Skip navigation links 
 
Copyright © 2010, Oracle. All rights reserved.