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
|
org.hippoecm.hst.mock.configuration | |
org.hippoecm.hst.mock.core.linking | |
org.hippoecm.hst.mock.core.request | |
org.hippoecm.hst.tag | |
org.hippoecm.hst.util |
The org.hippoecm.hst.content.util package defines the API for the HST Util
|
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() |
Modifier and Type | Interface and Description |
---|---|
interface |
MockSiteMapItem |
Modifier and Type | Method and Description |
---|---|
HstSiteMapItem |
MockHstLink.getHstSiteMapItem() |
Modifier and Type | Method and Description |
---|---|
void |
MockHstLink.setHstSiteMapItem(HstSiteMapItem hstSiteMapItem) |
Modifier and Type | Method and Description |
---|---|
HstSiteMapItem |
MockResolvedSiteMapItem.getHstSiteMapItem() |
Modifier and Type | Method and Description |
---|---|
void |
MockResolvedSiteMapItem.setHstSiteMapItem(HstSiteMapItem hstSiteMapItem) |
Modifier and Type | Field and Description |
---|---|
protected HstSiteMapItem |
HstLinkTag.preferSiteMapItem
if defined, first a link for this preferSiteMapItem is tried to be created.
|
protected HstSiteMapItem |
SiteMapItemTag.siteMapItem |
Modifier and Type | Method and Description |
---|---|
HstSiteMapItem |
SiteMapItemTag.getPreferItem()
Returns the name.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteMapItemTag.setPreferItem(HstSiteMapItem siteMapItem)
Sets the siteMapItem.
|
void |
HstLinkTag.setPreferredSiteMapItem(HstSiteMapItem preferSiteMapItem) |
Modifier and Type | Method and Description |
---|---|
static String |
HstSiteMapUtils.getPath(HstSiteMapItem siteMapItem)
Returns string representation of the sitemap item path
|
static String |
HstSiteMapUtils.getPath(HstSiteMapItem siteMapItem,
String relPath)
Returns string representation of the pathInfo of the child sitemap item appended with relPath
|
static String |
HstSiteMapUtils.getPath(Mount mount,
HstSiteMapItem siteMapItem,
String refIdOrRelPath)
Returns string representation of the sitemap item which is specified by either refId or path
If
refIdOrRelPath doesn't represent a refId, then its return will be equivalent to HstSiteMapUtils.getPath(HstSiteMapItem siteMapItem, String relPath) . |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.