com.atlassian.confluence.selenium.client
Class Location
java.lang.Object
com.atlassian.confluence.selenium.client.Location
public class Location
- extends Object
Represents the location of a page, as a parent page plus space.
Location
public Location(String spaceKey,
String parentPageTitle)
Location
public Location(Space space,
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 String getSpaceKey()
getParentPageTitle
public String getParentPageTitle()
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2003-2013 Atlassian. All Rights Reserved.