Class ClusterNav


  • public class ClusterNav
    extends Object

    Contextual navigation details to navigate through results and clusters.

    For example you can follow a navigation path like:

    • King
    • King Richard
    • King Richard the great

    For each step a ClusterNav item will be provided.

    Since:
    11.0
    See Also:
    ContextualNavigation, Category, Cluster
    • Field Detail

      • level

        private Integer level

        Level of this navigation item.

        0 is used for the root, then 1, 2, etc.

      • url

        private String url

        URL to reach this navigation item.

      • label

        private String label
        Label for this navigation item, such as "King Richard".
    • Constructor Detail

      • ClusterNav

        public ClusterNav()