com.atlassian.confluence.selenium.client
Class Location
java.lang.Object
   com.atlassian.confluence.selenium.client.Location
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:
- toStringin class- Object
 
- 
 
equals
public boolean equals(Object o)
- 
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
Copyright © 2003-2013 Atlassian. All Rights Reserved.