Uses of Interface
org.hippoecm.hst.core.linking.LocationMapTree

Packages that use LocationMapTree
org.hippoecm.hst.configuration.site The org.hippoecm.hst.configuration.site package defines the API for the HST 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.linking.resolvers   
 

Uses of LocationMapTree in org.hippoecm.hst.configuration.site
 

Methods in org.hippoecm.hst.configuration.site that return LocationMapTree
 LocationMapTree HstSiteService.getLocationMapTree()
           
 LocationMapTree HstSite.getLocationMapTree()
          The location map is an inverted version from the HstSiteMap: Instead of mapping for URLs to relativecontentpath's, the location map is a mapping from relativecontentpaths to URLs
 

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

Classes in org.hippoecm.hst.core.linking that implement LocationMapTree
 class LocationMapTreeImpl
           
 

Methods in org.hippoecm.hst.core.linking with parameters of type LocationMapTree
 void LocationResolver.setLocationMapTree(LocationMapTree locationMapTree)
          this setter will always be called when a LocationResolver implementation class is created.
 

Constructors in org.hippoecm.hst.core.linking with parameters of type LocationMapTree
LocationMapResolver(LocationMapTree locationMapTree)
           
 

Uses of LocationMapTree in org.hippoecm.hst.core.linking.resolvers
 

Methods in org.hippoecm.hst.core.linking.resolvers with parameters of type LocationMapTree
 void HippoResourceLocationResolver.setLocationMapTree(LocationMapTree locationMapTree)
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.