Mapped URLs and their hierarchy

The complete user defined URLs are concatenated from the context hierarchy as described previously. They are mapped to portal pages.

Here is an example:

Table 1. The context hierarchy and how user-defined URLs are mapped to portal pages
Context hierarchy URL name Referenced page
Products Products Product page
   Hardware Products/Hardware Hardware page
      Laptops Products/Hardware/Laptops Laptop page
   Software Products/Software Software page

The context Laptops references the Laptop page, therefore users can access this page by using the URL Products/Hardware/Laptops.

If a context has more than one label, this results in the equivalent number of possible URLs combined from context names. In the following example, users can access the Laptop page by using either of the the URLs Products/Hardware/Laptops and Products/Hardware/ThinkPads:

Table 2. The Laptop page can be accessed by both the URLs Products/Hardware/Laptops and Products/Hardware/ThinkPads
Context hierarchy URL name Referenced page
Products Products Product page
   Hardware Products/Hardware Hardware page
      Laptops Products/Hardware/Laptops Laptop page
      ThinkPads Products/Hardware/ThinkPads Laptop page
   Software Products/Software Software page