Methods in org.hippoecm.hst.utils that return HippoFacetNavigationBean |
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
HstQuery query,
ObjectConverter objectConverter)
Same as BeanUtils.getFacetNavigationBean(HstRequest, String, ObjectConverter) only now instead of a String query we
pass in a HstQuery |
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
HstQuery query,
String relPath,
ObjectConverter objectConverter)
Same as BeanUtils.getFacetNavigationBean(HstRequest, HstQuery, ObjectConverter) only now instead of having the faceted navigation
node from the ResolvedSiteMapItem we add a relPath where it should be found |
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
String query,
ObjectConverter objectConverter)
Returns the HippoFacetNavigationBean for this HstRequest from the ResolvedSiteMapItem where it is accounted for the free text query . |
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
String relPath,
String query,
ObjectConverter objectConverter)
Returns the HippoFacetNavigationBean for this HstRequest and relPath where it is accounted for the free text query . |