Class ContextualNavigation

    • Field Detail

      • searchTerm

        private String searchTerm
        Terms used within this contextual navigation object
      • clusterNav

        private ClusterNav clusterNav
        Navigation items
      • categories

        private final List<Category> categories
        List of categories (type, topic, site).
      • customData

        private final Map<String,​Object> customData
        Custom data placeholder allowing any arbitrary data to be stored by hook scripts.
    • Constructor Detail

      • ContextualNavigation

        public ContextualNavigation()
    • Method Detail

      • getSearchTerm

        public String getSearchTerm()
        Terms used within this contextual navigation object
      • setSearchTerm

        public void setSearchTerm​(String searchTerm)
        Terms used within this contextual navigation object
      • getClusterNav

        public ClusterNav getClusterNav()
        Navigation items
      • setClusterNav

        public void setClusterNav​(ClusterNav clusterNav)
        Navigation items
      • getCategories

        public List<Category> getCategories()
        List of categories (type, topic, site).
      • getCustomData

        public Map<String,​Object> getCustomData()
        Custom data placeholder allowing any arbitrary data to be stored by hook scripts.