Package | Description |
---|---|
org.hippoecm.hst.configuration.sitemap |
The org.hippoecm.hst.configuration.sitemap package defines the API for the HST SiteMap Configuration
|
org.hippoecm.hst.core.linking |
The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking
|
org.hippoecm.hst.core.request |
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
|
Modifier and Type | Method and Description |
---|---|
HstSiteMapItem |
HstSiteMapItem.getChild(String value)
|
HstSiteMapItem |
HstSiteMapItem.getParentItem()
Returns parent
HstSiteMapItem and null when the item does not have a parent (in other words, it is a
root HstSiteMapItem ) |
HstSiteMapItem |
HstSiteMap.getSiteMapItem(String value)
|
HstSiteMapItem |
HstSiteMap.getSiteMapItemById(String id)
|
HstSiteMapItem |
HstSiteMap.getSiteMapItemByRefId(String refId)
|
Modifier and Type | Method and Description |
---|---|
List<HstSiteMapItem> |
HstSiteMapItem.getChildren()
Returns a
List of all child HstSiteMapItem 's of this HstSiteMapItem . |
List<HstSiteMapItem> |
HstSiteMap.getSiteMapItems()
The list of
SiteMapItem 's that are root items. |
Modifier and Type | Method and Description |
---|---|
HstSiteMapItem |
HstLink.getHstSiteMapItem() |
Modifier and Type | Method and Description |
---|---|
List<HstSiteMapItem> |
LocationMapTreeItem.getHstSiteMapItems() |
Modifier and Type | Method and Description |
---|---|
HstLink |
HstLinkCreator.create(HstSiteMapItem toHstSiteMapItem,
Mount mount)
Regardless the current context, create a HstLink to the HstSiteMapItem that you use as argument.
|
HstLink |
HstLinkCreator.create(javax.jcr.Node node,
HstRequestContext requestContext,
HstSiteMapItem preferredItem,
boolean fallback)
Rewrite a jcr Node to a HstLink wrt its current HstRequestContext and preferredItem.
|
HstLink |
HstLinkCreator.create(javax.jcr.Node node,
HstRequestContext requestContext,
HstSiteMapItem preferredItem,
boolean fallback,
boolean navigationStateful)
This method creates the same
HstLink as HstLinkCreator.create(Node, HstRequestContext, HstSiteMapItem, boolean) when navigationStateful = false . |
HstLink |
HstLinkCreator.create(javax.jcr.Node node,
Mount mount,
HstSiteMapItem preferredItem,
boolean fallback)
|
HstLink |
HstLinkCreator.createCanonical(javax.jcr.Node node,
HstRequestContext requestContext,
HstSiteMapItem preferredItem) |
Modifier and Type | Method and Description |
---|---|
HstSiteMapItem |
ResolvedSiteMapItem.getHstSiteMapItem() |
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.