Uses of Interface
org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
Packages that use HstSiteMapItem Package Description org.hippoecm.hst.configuration.internal org.hippoecm.hst.configuration.sitemap The org.hippoecm.hst.configuration.sitemap package defines the API for the HST SiteMap Configurationorg.hippoecm.hst.core.linking The org.hippoecm.hst.core.linking package defines the API for the HST Core Linkingorg.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Requestorg.hippoecm.hst.pagecomposer.jaxrs.api -
-
Uses of HstSiteMapItem in org.hippoecm.hst.configuration.internal
Subinterfaces of HstSiteMapItem in org.hippoecm.hst.configuration.internal Modifier and Type Interface Description interface
InternalHstSiteMapItem
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 HstSiteMapItem Modifier and Type Method Description HstSiteMapItem
HstSiteMapItem. getChild(String value)
HstSiteMapItem
HstSiteMapItem. getParentItem()
Returns parentHstSiteMapItem
andnull
when the item does not have a parent (in other words, it is a rootHstSiteMapItem
)HstSiteMapItem
HstSiteMap. getSiteMapItem(String value)
HstSiteMapItem
HstSiteMap. getSiteMapItemById(String id)
HstSiteMapItem
HstSiteMap. getSiteMapItemByRefId(String refId)
Methods in org.hippoecm.hst.configuration.sitemap that return types with arguments of type HstSiteMapItem Modifier and Type Method Description List<HstSiteMapItem>
HstSiteMapItem. getChildren()
Returns aList
of all childHstSiteMapItem
's of thisHstSiteMapItem
.List<HstSiteMapItem>
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 HstSiteMapItem Modifier and Type Method Description HstSiteMapItem
HstLink. getHstSiteMapItem()
Methods in org.hippoecm.hst.core.linking that return types with arguments of type HstSiteMapItem Modifier and Type Method Description List<HstSiteMapItem>
LocationMapTreeItem. getHstSiteMapItems()
Methods in org.hippoecm.hst.core.linking with parameters of type HstSiteMapItem Modifier and Type Method Description HstLink
HstLinkCreator. create(Node node, Mount mount, HstSiteMapItem preferredItem, boolean fallback)
HstLink
HstLinkCreator. create(Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem, boolean fallback)
Rewrite a jcr Node to a HstLink wrt its current HstRequestContext and preferredItem.HstLink
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
.HstLink
HstLinkCreator. create(HstSiteMapItem toHstSiteMapItem, Mount mount)
Regardless the current context, create a HstLink to the HstSiteMapItem that you use as argument.HstLink
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 Modifier and Type Method Description HstSiteMapItem
ResolvedSiteMapItem. getHstSiteMapItem()
-
Uses of HstSiteMapItem in org.hippoecm.hst.pagecomposer.jaxrs.api
Methods in org.hippoecm.hst.pagecomposer.jaxrs.api that return HstSiteMapItem Modifier and Type Method Description HstSiteMapItem
PageCopyContext. getSourceSiteMapItem()
HstSiteMapItem
PageDeleteContext. getSourceSiteMapItem()
HstSiteMapItem
PageCopyContext. getTargetSiteMapItem()
returns the targetHstSiteMapItem
to which the page copy action is targeted, ornull
in case the target is aroot siteMapItem
-