Class Location


  • public class Location
    extends Object
    Represents the location of a page, as a parent page plus space.
    • Constructor Detail

      • 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)