Uses of Interface
org.hippoecm.hst.configuration.sitemap.HstSiteMapItem

Packages that use HstSiteMapItem
org.hippoecm.hst.configuration The org.hippoecm.hst.configuration package defines the API for the HST Configuration 
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.core.request   
org.hippoecm.hst.site.request   
org.hippoecm.hst.tag   
org.hippoecm.hst.util The org.hippoecm.hst.content.util package defines the API for the HST Util 
 

Uses of HstSiteMapItem in org.hippoecm.hst.configuration
 

Methods in org.hippoecm.hst.configuration with parameters of type HstSiteMapItem
static void ConfigurationViewUtilities.view(StringBuffer buf, HstSiteMapItem hstSiteMapItem)
           
static void ConfigurationViewUtilities.view(StringBuffer buf, String indent, HstSiteMapItem hstSiteMapItem)
           
 

Uses of HstSiteMapItem in org.hippoecm.hst.configuration.sitemap
 

Classes in org.hippoecm.hst.configuration.sitemap that implement HstSiteMapItem
 class HstSiteMapItemService
           
 

Methods in org.hippoecm.hst.configuration.sitemap that return HstSiteMapItem
 HstSiteMapItem HstSiteMapItemService.getAnyPatternChild(String[] elements, int position, List<HstSiteMapItem> excludeList)
           
 HstSiteMapItem HstSiteMapItemService.getChild(String value)
           
 HstSiteMapItem HstSiteMapItem.getChild(String value)
          Return the child HstSiteMapItem that has the corresponding value (getValue() ) and null otherwise
 HstSiteMapItem HstSiteMapItemService.getParentItem()
           
 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 HstSiteMapService.getSiteMapItem(String value)
           
 HstSiteMapItem HstSiteMap.getSiteMapItem(String value)
          Return the child HstSiteMapItem that has the corresponding value (getValue() ) and null otherwise
 HstSiteMapItem HstSiteMapService.getSiteMapItemById(String id)
           
 HstSiteMapItem HstSiteMap.getSiteMapItemById(String id)
          Return the child HstSiteMapItem that has the corresponding id (getId() ) and null otherwise
 HstSiteMapItem HstSiteMapService.getSiteMapItemByRefId(String refId)
           
 HstSiteMapItem HstSiteMap.getSiteMapItemByRefId(String refId)
          Return the child HstSiteMapItem that has the corresponding refId (getRefId() ) and null otherwise
 HstSiteMapItem HstSiteMapItemService.getWildCardPatternChild(String value, List<HstSiteMapItem> excludeList)
           
 

Methods in org.hippoecm.hst.configuration.sitemap that return types with arguments of type HstSiteMapItem
 List<HstSiteMapItem> HstSiteMapItemService.getChildren()
           
 List<HstSiteMapItem> HstSiteMapItem.getChildren()
          Returns a List of all child HstSiteMapItem's of this HstSiteMapItem.
 List<HstSiteMapItem> HstSiteMapService.getSiteMapItems()
           
 List<HstSiteMapItem> HstSiteMap.getSiteMapItems()
          The list of SiteMapItem's that are root items.
 

Method parameters in org.hippoecm.hst.configuration.sitemap with type arguments of type HstSiteMapItem
 HstSiteMapItem HstSiteMapItemService.getAnyPatternChild(String[] elements, int position, List<HstSiteMapItem> excludeList)
           
 HstSiteMapItem HstSiteMapItemService.getWildCardPatternChild(String value, List<HstSiteMapItem> excludeList)
           
 

Constructors in org.hippoecm.hst.configuration.sitemap with parameters of type HstSiteMapItem
HstSiteMapItemService(HstNode node, Mount mount, HstSiteMapItemHandlersConfiguration siteMapItemHandlersConfiguration, HstSiteMapItem parentItem, HstSiteMap hstSiteMap, int depth)
           
 

Uses of HstSiteMapItem in org.hippoecm.hst.core.linking
 

Methods in org.hippoecm.hst.core.linking that return types with arguments of type HstSiteMapItem
 List<HstSiteMapItem> LocationMapTreeItemImpl.getHstSiteMapItems()
           
 List<HstSiteMapItem> LocationMapTreeItem.getHstSiteMapItems()
           
 

Methods in org.hippoecm.hst.core.linking with parameters of type HstSiteMapItem
 void LocationMapTreeItemImpl.addSiteMapItem(List<String> pathFragment, HstSiteMapItem hstSiteMapItem)
           
 void LocationMapTreeImpl.addSiteMapItem(List<String> pathFragment, HstSiteMapItem hstSiteMapItem)
           
 void LocationMapTreeImpl.addSiteMapItem(String unresolvedPath, HstSiteMapItem hstSiteMapItem)
           
 HstLink DefaultHstLinkCreator.create(HstSiteMapItem toHstSiteMapItem)
          Deprecated. use DefaultHstLinkCreator.create(HstSiteMapItem, Mount) instead
 HstLink HstLinkCreator.create(HstSiteMapItem toHstSiteMapItem)
          Deprecated. use HstLinkCreator.create(HstSiteMapItem, Mount) instead
 HstLink DefaultHstLinkCreator.create(HstSiteMapItem toHstSiteMapItem, Mount mount)
           
 HstLink HstLinkCreator.create(HstSiteMapItem toHstSiteMapItem, Mount mount)
          Regardless the current context, create a HstLink to the HstSiteMapItem that you use as argument.
 HstLink DefaultHstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem, boolean fallback)
           
 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 DefaultHstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem, boolean fallback, boolean navigationStateful)
           
 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 DefaultHstLinkCreator.createCanonical(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem)
           
 HstLink HstLinkCreator.createCanonical(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem)
           
 

Constructor parameters in org.hippoecm.hst.core.linking with type arguments of type HstSiteMapItem
LocationMapTreeImpl(List<HstSiteMapItem> siteMapItems)
           
 

Uses of HstSiteMapItem in org.hippoecm.hst.core.request
 

Methods in org.hippoecm.hst.core.request that return HstSiteMapItem
 HstSiteMapItem ResolvedSiteMapItem.getHstSiteMapItem()
           
 

Uses of HstSiteMapItem in org.hippoecm.hst.mock.core.request
 

Methods in org.hippoecm.hst.mock.core.request that return HstSiteMapItem
 HstSiteMapItem MockResolvedSiteMapItem.getHstSiteMapItem()
           
 

Methods in org.hippoecm.hst.mock.core.request with parameters of type HstSiteMapItem
 void MockResolvedSiteMapItem.setHstSiteMapItem(HstSiteMapItem hstSiteMapItem)
           
 

Uses of HstSiteMapItem in org.hippoecm.hst.site.request
 

Methods in org.hippoecm.hst.site.request that return HstSiteMapItem
 HstSiteMapItem ResolvedSiteMapItemImpl.getHstSiteMapItem()
           
 

Constructors in org.hippoecm.hst.site.request with parameters of type HstSiteMapItem
ResolvedSiteMapItemImpl(HstSiteMapItem hstSiteMapItem, Properties params, String pathInfo, ResolvedMount resolvedMount)
           
 

Uses of HstSiteMapItem in org.hippoecm.hst.tag
 

Fields in org.hippoecm.hst.tag declared as HstSiteMapItem
protected  HstSiteMapItem HstLinkTag.preferSiteMapItem
          if defined, first a link for this preferSiteMapItem is tried to be created.
protected  HstSiteMapItem SiteMapItemTag.siteMapItem
           
 

Methods in org.hippoecm.hst.tag that return HstSiteMapItem
 HstSiteMapItem SiteMapItemTag.getPreferItem()
          Returns the name.
 

Methods in org.hippoecm.hst.tag with parameters of type HstSiteMapItem
 void SiteMapItemTag.setPreferItem(HstSiteMapItem siteMapItem)
          Sets the siteMapItem.
 void HstLinkTag.setPreferredSiteMapItem(HstSiteMapItem preferSiteMapItem)
           
 

Uses of HstSiteMapItem in org.hippoecm.hst.util
 

Methods in org.hippoecm.hst.util with parameters of type HstSiteMapItem
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 child sitemap item specified by the relPath from the specified sitemap item
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-2012 Hippo. All Rights Reserved.