@Node(jcrType="hippofacnav:facetsubnavigation") public class HippoFacetSubNavigation extends AbstractHippoFacetChildNavigation
HippoItem.ComparatorMap
hippoDocuments, hippoFolders
comparePath, detached, localizedName, name, node, objectConverter, path, valueProvider
Constructor and Description |
---|
HippoFacetSubNavigation() |
Modifier and Type | Method and Description |
---|---|
List<HippoFacetSubNavigation> |
getAncestors()
Returns the list of
HippoFacetSubNavigation 's ancestors, where the closest ancestors are last in the list |
List<HippoFacetSubNavigation> |
getAncestorsAndSelf()
the list of
HippoFacetSubNavigation 's ancestors + this HippoFacetSubNavigation. |
KeyValue<String,String> |
getFacetValueCombi() |
String |
getName()
For HippoFacetSubNavigation, the node name is the encoded facet values.
|
boolean |
isLeaf()
We override the isLeaf method as it is costly to check whether the HippoFacetSubNavigation has child nodes.
|
getChildCountsCombined, getCount, getDocuments, getFolders, getResultSet, getRootFacetNavigationBean
getDocumentIterator, getDocuments, getDocuments, getDocuments, getDocuments, getDocumentSize, getFolders, getLocale, getLocaleString
attach, compareTo, detach, equalCompare, equals, getAvailableTranslations, getAvailableTranslationsBean, getBean, getBean, getCanonicalBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getComparePath, getContextualBean, getContextualParentBean, getEqualComparator, getIdentifier, getLinkedBean, getLinkedBeans, getLocalizedName, getNode, getObjectConverter, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, hashCode, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isSelf, setComparePath, setIdentifier, setLocalizedName, setName, setNode, setObjectConverter, setPath
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getChildCountsCombined, getCount, getResultSet, getRootFacetNavigationBean
getDocumentIterator, getDocuments, getDocuments, getDocuments, getDocuments, getDocuments, getDocumentSize, getFolders, getFolders
equalCompare, getAvailableTranslations, getAvailableTranslationsBean, getBean, getBean, getCanonicalBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getNode, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isSelf
getIdentifier, setIdentifier
getObjectConverter, setObjectConverter
compareTo
getLocale, getLocaleString
public String getName()
public boolean isLeaf()
isLeaf
in interface HippoBean
isLeaf
in class HippoFacetNavigation
true
when the backing jcr Node has no child nodespublic List<HippoFacetSubNavigation> getAncestorsAndSelf()
HippoFacetSubNavigation
's ancestors + this HippoFacetSubNavigation. Also see getAncestors()
HippoFacetSubNavigation
's ancestors + this HippoFacetSubNavigationpublic List<HippoFacetSubNavigation> getAncestors()
HippoFacetSubNavigation
's ancestors, where the closest ancestors are last in the listHippoFacetSubNavigation
's ancestors or an empty list if no ancestors of this type.Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.