Uses of Interface
org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
Packages that use 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
Subinterfaces of HstSiteMapItem in org.hippoecm.hst.configuration.internalModifier and TypeInterfaceDescriptioninterface
Internal only api to representHstSiteMapItem
by joining withCanonicalInfo
in sitemapitem matcher -
Uses of HstSiteMapItem in org.hippoecm.hst.configuration.sitemap
Methods in org.hippoecm.hst.configuration.sitemap that return HstSiteMapItemModifier 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) Methods in org.hippoecm.hst.configuration.sitemap that return types with arguments of type HstSiteMapItemModifier 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
Methods in org.hippoecm.hst.core.linking that return HstSiteMapItemMethods in org.hippoecm.hst.core.linking that return types with arguments of type HstSiteMapItemMethods in org.hippoecm.hst.core.linking with parameters of type HstSiteMapItemModifier 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
Methods in org.hippoecm.hst.core.request that return HstSiteMapItem -
Uses of HstSiteMapItem in org.hippoecm.hst.pagecomposer.jaxrs.api
Methods in org.hippoecm.hst.pagecomposer.jaxrs.api that return HstSiteMapItemModifier 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