Uses of Interface
org.hippoecm.hst.core.request.ResolvedSiteMapItem

Packages that use ResolvedSiteMapItem
org.hippoecm.hst.component.support.bean   
org.hippoecm.hst.configuration.hosting The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting 
org.hippoecm.hst.container The org.hippoecm.hst.container package defines the API for the HST Container 
org.hippoecm.hst.core.internal The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Container 
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.core.sitemapitemhandler   
org.hippoecm.hst.core.sitemenu The org.hippoecm.hst.core.sitemenu package defines the API for the HST Core SiteMenu 
org.hippoecm.hst.mock.core.request   
org.hippoecm.hst.mock.core.sitemenu   
org.hippoecm.hst.site.request   
org.hippoecm.hst.sitemapitemhandler   
 

Uses of ResolvedSiteMapItem in org.hippoecm.hst.component.support.bean
 

Methods in org.hippoecm.hst.component.support.bean with parameters of type ResolvedSiteMapItem
 HippoBean BaseHstComponent.getBeanForResolvedSiteMapItem(HstRequest request, ResolvedSiteMapItem resolvedSiteMapItem)
          Return a HippoBean when it can be found for the relativeContentPath for the ResolvedSiteMapItem.
 

Uses of ResolvedSiteMapItem in org.hippoecm.hst.configuration.hosting
 

Methods in org.hippoecm.hst.configuration.hosting that return ResolvedSiteMapItem
 ResolvedSiteMapItem VirtualHostsService.matchSiteMapItem(HstContainerURL hstContainerURL)
           
 ResolvedSiteMapItem VirtualHosts.matchSiteMapItem(HstContainerURL hstContainerURL)
          This method tries to match a hstContainerURL to a flyweight ResolvedSiteMapItem.
 

Uses of ResolvedSiteMapItem in org.hippoecm.hst.container
 

Methods in org.hippoecm.hst.container that return ResolvedSiteMapItem
protected  ResolvedSiteMapItem HstFilter.processHandlers(ResolvedSiteMapItem orginalResolvedSiteMapItem, HstSiteMapItemHandlerFactory siteMapItemHandlerFactory, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          This method is invoked for every HstSiteMapItemHandler from the resolvedSiteMapItem that was matched from ResolvedMount.matchSiteMapItem(String).
 

Methods in org.hippoecm.hst.container with parameters of type ResolvedSiteMapItem
protected  ResolvedSiteMapItem HstFilter.processHandlers(ResolvedSiteMapItem orginalResolvedSiteMapItem, HstSiteMapItemHandlerFactory siteMapItemHandlerFactory, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          This method is invoked for every HstSiteMapItemHandler from the resolvedSiteMapItem that was matched from ResolvedMount.matchSiteMapItem(String).
 

Uses of ResolvedSiteMapItem in org.hippoecm.hst.core.internal
 

Methods in org.hippoecm.hst.core.internal with parameters of type ResolvedSiteMapItem
 void HstMutableRequestContext.setResolvedSiteMapItem(ResolvedSiteMapItem resolvedSiteMapItem)
           
 

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

Methods in org.hippoecm.hst.core.linking with parameters of type ResolvedSiteMapItem
 void LocationMapResolver.setResolvedSiteMapItem(ResolvedSiteMapItem resolvedSiteMapItem)
           
 

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

Methods in org.hippoecm.hst.core.request that return ResolvedSiteMapItem
 ResolvedSiteMapItem HstPortalRequestContext.getResolvedSiteMapItem()
           
 ResolvedSiteMapItem HstRequestContext.getResolvedSiteMapItem()
          Returns the ResolvedSiteMapItem for this request
 ResolvedSiteMapItem HstSiteMapMatcher.match(String pathInfo, ResolvedMount resolvedMount)
          method to match the pathInfo for the hstSite to a HstSiteMapItem if possible.
 ResolvedSiteMapItem ResolvedMount.matchSiteMapItem(String siteMapPathInfo)
          matches a pathInfo to a ResolvedSiteMapItem item or throws a MatchException or NotFoundException when cannot resolve to a sitemap item
 

Methods in org.hippoecm.hst.core.request with parameters of type ResolvedSiteMapItem
 String ComponentConfiguration.getLocalParameter(String name, ResolvedSiteMapItem hstResolvedSiteMapItem)
          Returns the property without inheritance and if an expession exists it is resolved with the help of the ResolvedSiteMapItem
 Map<String,String> ComponentConfiguration.getLocalParameters(ResolvedSiteMapItem hstResolvedSiteMapItem)
          Returns all resolved parameters without inheritance into a map
 String ComponentConfiguration.getParameter(String name, ResolvedSiteMapItem hstResolvedSiteMapItem)
          Returns the property and if an expession exists it is resolved with the help of the ResolvedSiteMapItem
 Map<String,String> ComponentConfiguration.getParameters(ResolvedSiteMapItem hstResolvedSiteMapItem)
          Returns all resolved parameters into a map
<T> Map<String,T>
SiteMapItemHandlerConfiguration.getProperties(ResolvedSiteMapItem resolvedSiteMapItem, Class<T> mappingClass)
          Returns all resolved properties of type mappingClass into a map.
<T> T
SiteMapItemHandlerConfiguration.getProperty(String name, ResolvedSiteMapItem resolvedSiteMapItem, Class<T> mappingClass)
           
 

Uses of ResolvedSiteMapItem in org.hippoecm.hst.core.sitemapitemhandler
 

Methods in org.hippoecm.hst.core.sitemapitemhandler that return ResolvedSiteMapItem
 ResolvedSiteMapItem HstSiteMapItemHandler.process(ResolvedSiteMapItem resolvedSiteMapItem, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Methods in org.hippoecm.hst.core.sitemapitemhandler with parameters of type ResolvedSiteMapItem
 ResolvedSiteMapItem HstSiteMapItemHandler.process(ResolvedSiteMapItem resolvedSiteMapItem, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of ResolvedSiteMapItem in org.hippoecm.hst.core.sitemenu
 

Methods in org.hippoecm.hst.core.sitemenu that return ResolvedSiteMapItem
 ResolvedSiteMapItem AbstractMenuItem.resolveToSiteMapItem(HstRequest request)
           
 ResolvedSiteMapItem CommonMenuItem.resolveToSiteMapItem(HstRequest request)
           
 

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

Classes in org.hippoecm.hst.mock.core.request that implement ResolvedSiteMapItem
 class MockResolvedSiteMapItem
          A dummy ResolvedSiteMapItem for testing purposes.
 

Methods in org.hippoecm.hst.mock.core.request that return ResolvedSiteMapItem
 ResolvedSiteMapItem MockHstRequestContext.getResolvedSiteMapItem()
           
 

Methods in org.hippoecm.hst.mock.core.request with parameters of type ResolvedSiteMapItem
 String MockComponentConfiguration.getLocalParameter(String name, ResolvedSiteMapItem hstResolvedSiteMapItem)
           
 Map<String,String> MockComponentConfiguration.getLocalParameters(ResolvedSiteMapItem hstResolvedSiteMapItem)
           
 String MockComponentConfiguration.getParameter(String name, ResolvedSiteMapItem hstResolvedSiteMapItem)
           
 Map<String,String> MockComponentConfiguration.getParameters(ResolvedSiteMapItem hstResolvedSiteMapItem)
           
 void MockHstRequestContext.setResolvedSiteMapItem(ResolvedSiteMapItem resolvedSiteMapItem)
           
 

Uses of ResolvedSiteMapItem in org.hippoecm.hst.mock.core.sitemenu
 

Methods in org.hippoecm.hst.mock.core.sitemenu that return ResolvedSiteMapItem
 ResolvedSiteMapItem MockHstSiteMenuItem.resolveToSiteMapItem(HstRequest request)
           
 

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

Classes in org.hippoecm.hst.site.request that implement ResolvedSiteMapItem
 class ResolvedSiteMapItemImpl
          ResolvedSiteMapItemImpl
 

Fields in org.hippoecm.hst.site.request declared as ResolvedSiteMapItem
protected  ResolvedSiteMapItem HstRequestContextImpl.resolvedSiteMapItem
           
 

Methods in org.hippoecm.hst.site.request that return ResolvedSiteMapItem
 ResolvedSiteMapItem HstPortalRequestContextImpl.getResolvedSiteMapItem()
           
 ResolvedSiteMapItem HstRequestContextImpl.getResolvedSiteMapItem()
           
 ResolvedSiteMapItem BasicHstSiteMapMatcher.match(String pathInfo, ResolvedMount resolvedMount)
           
 ResolvedSiteMapItem ResolvedMountImpl.matchSiteMapItem(String siteMapPathInfo)
           
 

Methods in org.hippoecm.hst.site.request with parameters of type ResolvedSiteMapItem
 String ComponentConfigurationImpl.getLocalParameter(String name, ResolvedSiteMapItem hstResolvedSiteMapItem)
           
 Map<String,String> ComponentConfigurationImpl.getLocalParameters(ResolvedSiteMapItem hstResolvedSiteMapItem)
           
 String ComponentConfigurationImpl.getParameter(String name, ResolvedSiteMapItem hstResolvedSiteMapItem)
           
 Map<String,String> ComponentConfigurationImpl.getParameters(ResolvedSiteMapItem hstResolvedSiteMapItem)
           
<T> Map<String,T>
SiteMapItemHandlerConfigurationImpl.getProperties(ResolvedSiteMapItem resolvedSiteMapItem, Class<T> mappingClass)
          a property is of type String, Boolean, Long, Double or Calendar or an array of one of these objects.
<T> T
SiteMapItemHandlerConfigurationImpl.getProperty(String name, ResolvedSiteMapItem resolvedSiteMapItem, Class<T> mappingClass)
          a property is of type String, Boolean, Long, Double or Calendar or an array of one of these objects.
 void HstPortalRequestContextImpl.setResolvedSiteMapItem(ResolvedSiteMapItem resolvedSiteMapItem)
           
 void HstRequestContextImpl.setResolvedSiteMapItem(ResolvedSiteMapItem resolvedSiteMapItem)
           
 

Constructors in org.hippoecm.hst.site.request with parameters of type ResolvedSiteMapItem
HstPortalRequestContextImpl(ResolvedSiteMapItem resolvedSiteMapItem, String embeddingContextPath, ResolvedMount resolvedEmbeddingMount, String pathInfo)
           
 

Uses of ResolvedSiteMapItem in org.hippoecm.hst.sitemapitemhandler
 

Methods in org.hippoecm.hst.sitemapitemhandler that return ResolvedSiteMapItem
 ResolvedSiteMapItem AbstractHstSiteMapHandler.matchSiteMapItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ResolvedSiteMapItem currentResolvedSiteMapItem, String pathInfo)
          Resolves with the help of the current resolvedSiteMapItem to a new sitemap item with path pathInfo
 ResolvedSiteMapItem AbstractHstSiteMapHandler.process(ResolvedSiteMapItem resolvedSiteMapItem, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Override this method when you are implementing your own real HstSiteMapHandler.
 

Methods in org.hippoecm.hst.sitemapitemhandler with parameters of type ResolvedSiteMapItem
 HstURLFactory AbstractHstSiteMapHandler.getURLFactory(ResolvedSiteMapItem resolvedSiteMapItem)
           
 ResolvedSiteMapItem AbstractHstSiteMapHandler.matchSiteMapItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ResolvedSiteMapItem currentResolvedSiteMapItem, String pathInfo)
          Resolves with the help of the current resolvedSiteMapItem to a new sitemap item with path pathInfo
 ResolvedSiteMapItem AbstractHstSiteMapHandler.process(ResolvedSiteMapItem resolvedSiteMapItem, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Override this method when you are implementing your own real HstSiteMapHandler.
 



Copyright © 2008-2012 Hippo. All Rights Reserved.