Package | Description |
---|---|
org.hippoecm.hst.content.beans.standard | |
org.hippoecm.hst.content.beans.standard.facetnavigation | |
org.hippoecm.hst.jaxrs.model.content | |
org.hippoecm.hst.util |
The org.hippoecm.hst.content.util package defines the API for the HST Util
|
Modifier and Type | Interface and Description |
---|---|
interface |
HippoFacetChildNavigationBean
Interface for all child nodes primarily meant for the virtual structure below 'hippo:facetnavigation'
|
Modifier and Type | Method and Description |
---|---|
HippoFacetNavigationBean |
HippoFacetNavigationBean.getRootFacetNavigationBean() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHippoFacetChildNavigation
The base class for child item of faceted navigation
|
class |
HippoFacetNavigation |
class |
HippoFacetsAvailableNavigation |
class |
HippoFacetSubNavigation |
Modifier and Type | Method and Description |
---|---|
HippoFacetNavigationBean |
HippoFacetNavigation.getRootFacetNavigationBean() |
Modifier and Type | Method and Description |
---|---|
HippoFacetNavigationRepresentation |
HippoFacetNavigationRepresentation.represent(HippoFacetNavigationBean hippoFacetNavigationBean) |
Modifier and Type | Method and Description |
---|---|
static HippoFacetNavigationBean |
ContentBeanUtils.getFacetNavigationBean(HstQuery query)
Same as
ContentBeanUtils.getFacetNavigationBean(String) only now instead of a String query we
pass in a HstQuery |
static HippoFacetNavigationBean |
ContentBeanUtils.getFacetNavigationBean(HstQuery query,
String relPath)
Same as
ContentBeanUtils.getFacetNavigationBean(HstQuery) only now instead of having the faceted navigation
node from the ResolvedSiteMapItem we add a relPath where it should be found |
static HippoFacetNavigationBean |
ContentBeanUtils.getFacetNavigationBean(HstQuery query,
String absBasePath,
String relPath)
Same as
ContentBeanUtils.getFacetNavigationBean(HstQuery) only now instead of having the faceted navigation
node from the ResolvedSiteMapItem we add absBasePath and relPath where it should be found |
static HippoFacetNavigationBean |
ContentBeanUtils.getFacetNavigationBean(String query) |
static HippoFacetNavigationBean |
ContentBeanUtils.getFacetNavigationBean(String relPath,
String query) |
static HippoFacetNavigationBean |
ContentBeanUtils.getFacetNavigationBean(String absBasePath,
String relPath,
String query)
Returns the
HippoFacetNavigationBean for absBasePath , relPath and
accounted for the free text query . |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.