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()
-
-
-
Field Detail
-
searchTerm
private String searchTerm
Terms used within this contextual navigation object
-
clusterNav
private ClusterNav clusterNav
Navigation items
-
-