Uses of Interface
org.hippoecm.hst.content.beans.standard.HippoFacetNavigationBean

Packages that use HippoFacetNavigationBean
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.jaxrs.model.content   
org.hippoecm.hst.utils   
 

Uses of HippoFacetNavigationBean in org.hippoecm.hst.content.beans.standard
 

Subinterfaces of HippoFacetNavigationBean in org.hippoecm.hst.content.beans.standard
 interface HippoFacetChildNavigationBean
          Interface for all child nodes primarily meant for the virtual structure below 'hippo:facetnavigation'
 

Methods in org.hippoecm.hst.content.beans.standard that return HippoFacetNavigationBean
 HippoFacetNavigationBean HippoFacetNavigationBean.getRootFacetNavigationBean()
           
 

Uses of HippoFacetNavigationBean in org.hippoecm.hst.content.beans.standard.facetnavigation
 

Classes in org.hippoecm.hst.content.beans.standard.facetnavigation that implement HippoFacetNavigationBean
 class AbstractHippoFacetChildNavigation
          The base class for child item of faceted navigation
 class HippoFacetNavigation
           
 class HippoFacetsAvailableNavigation
           
 class HippoFacetSubNavigation
           
 

Methods in org.hippoecm.hst.content.beans.standard.facetnavigation that return HippoFacetNavigationBean
 HippoFacetNavigationBean HippoFacetNavigation.getRootFacetNavigationBean()
           
 

Uses of HippoFacetNavigationBean in org.hippoecm.hst.jaxrs.model.content
 

Methods in org.hippoecm.hst.jaxrs.model.content with parameters of type HippoFacetNavigationBean
 HippoFacetNavigationRepresentation HippoFacetNavigationRepresentation.represent(HippoFacetNavigationBean hippoFacetNavigationBean)
           
 

Uses of HippoFacetNavigationBean in org.hippoecm.hst.utils
 

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.
 



Copyright © 2008-2012 Hippo. All Rights Reserved.