Interface BreadcrumbNavigation

All Known Implementing Classes:
BreadcrumbNavigationImpl

public interface BreadcrumbNavigation
The breadcrumb navigation.

It consists of an ordered list of Nodes, representing navigation items, where the first one is the root item, the webpage (hence no uuid), and the last one is the navigation item for the current location.

  • Method Summary

    Modifier and Type Method Description
    java.util.List<Node> getNavigationItems()
    An ordered list of Nodes, each of them represents one navigation item with a label and an uuid
  • Method Details

    • getNavigationItems

      java.util.List<Node> getNavigationItems()
      An ordered list of Nodes, each of them represents one navigation item with a label and an uuid
      Returns:
      ordered list, the first item is the root location