Uses of Interface
org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
Package
Description
The org.hippoecm.hst.configuration.sitemap package defines the API for the HST SiteMap Configuration
The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
-
Uses of HstSiteMapItem in org.hippoecm.hst.configuration.internal
Modifier and TypeInterfaceDescriptioninterface
Internal only api to representHstSiteMapItem
by joining withCanonicalInfo
in sitemapitem matcher -
Uses of HstSiteMapItem in org.hippoecm.hst.configuration.sitemap
Modifier and TypeMethodDescriptionHstSiteMapItem.getParentItem()
Returns parentHstSiteMapItem
andnull
when the item does not have a parent (in other words, it is a rootHstSiteMapItem
)HstSiteMap.getSiteMapItem
(String value) HstSiteMap.getSiteMapItemById
(String id) HstSiteMap.getSiteMapItemByRefId
(String refId) Modifier and TypeMethodDescriptionHstSiteMapItem.getChildren()
Returns aList
of all childHstSiteMapItem
's of thisHstSiteMapItem
.HstSiteMap.getSiteMapItems()
The list ofSiteMapItem
's that areroot
items. -
Uses of HstSiteMapItem in org.hippoecm.hst.core.linking
Modifier and TypeMethodDescriptionHstLinkCreator.create
(Node node, Mount mount, HstSiteMapItem preferredItem, boolean fallback) HstLinkCreator.create
(Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem, boolean fallback) Rewrite a jcr Node to a HstLink wrt its current HstRequestContext and preferredItem.HstLinkCreator.create
(Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem, boolean fallback, boolean navigationStateful) This method creates the sameHstLink
asHstLinkCreator.create(Node, HstRequestContext, HstSiteMapItem, boolean)
whennavigationStateful = false
.HstLinkCreator.create
(HstSiteMapItem toHstSiteMapItem, Mount mount) Regardless the current context, create a HstLink to the HstSiteMapItem that you use as argument.HstLinkCreator.createCanonical
(Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem) -
Uses of HstSiteMapItem in org.hippoecm.hst.core.request
-
Uses of HstSiteMapItem in org.hippoecm.hst.pagecomposer.jaxrs.api
Modifier and TypeMethodDescriptionPageCopyContext.getSourceSiteMapItem()
PageDeleteContext.getSourceSiteMapItem()
PageCopyContext.getTargetSiteMapItem()
returns the targetHstSiteMapItem
to which the page copy action is targeted, ornull
in case the target is aroot siteMapItem