com.atlassian.confluence.selenium.client
Class Location
java.lang.Object
com.atlassian.confluence.selenium.client.Location
public class Location
- extends java.lang.Object
Represents the location of a page, as a parent page plus space.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Location
public Location(java.lang.String spaceKey,
java.lang.String spaceName,
java.lang.String parentPageTitle)
Location
public Location(Space space,
Page parentPage)
Location
public Location(Space space,
java.lang.String parentPageTitle)
Location
public Location(Space space)
- Located at the root of a space (i.e. no parent page).
Location
public Location(Page parentPage)
getSpaceKey
public java.lang.String getSpaceKey()
getSpaceName
public java.lang.String getSpaceName()
getParentPageTitle
public java.lang.String getParentPageTitle()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2003-2010 Atlassian. All Rights Reserved.