Package | Description |
---|---|
org.hippoecm.hst.content.beans.standard |
The org.hippoecm.hst.content.beans.standard package defines the API for the HST Content Standard Beans
|
org.hippoecm.hst.content.beans.standard.facetnavigation | |
org.hippoecm.hst.utils |
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 |
---|---|
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 . |
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.