Class ContextualNavigation
- java.lang.Object
-
- com.funnelback.publicui.search.model.padre.ContextualNavigation
-
public class ContextualNavigation extends Object
Contextual navigation parent class.- Since:
- 11.0
- See Also:
Category
,Cluster
,ClusterNav
-
-
Field Summary
Fields Modifier and Type Field Description private List<Category>
categories
List of categories (type, topic, site).private ClusterNav
clusterNav
Navigation itemsprivate Map<String,Object>
customData
Custom data placeholder allowing any arbitrary data to be stored by hook scripts.private String
searchTerm
Terms used within this contextual navigation object
-
Constructor Summary
Constructors Constructor Description ContextualNavigation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Category>
getCategories()
List of categories (type, topic, site).ClusterNav
getClusterNav()
Navigation itemsMap<String,Object>
getCustomData()
Custom data placeholder allowing any arbitrary data to be stored by hook scripts.String
getSearchTerm()
Terms used within this contextual navigation objectvoid
setClusterNav(ClusterNav clusterNav)
Navigation itemsvoid
setSearchTerm(String searchTerm)
Terms used within this contextual navigation object
-
-
-
Field Detail
-
searchTerm
private String searchTerm
Terms used within this contextual navigation object
-
clusterNav
private ClusterNav clusterNav
Navigation items
-
-
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
-
-