Uses of Interface
org.hippoecm.hst.core.container.HstContainerURL

Packages that use HstContainerURL
org.hippoecm.hst.configuration.hosting The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting 
org.hippoecm.hst.core.component The org.hippoecm.hst.core.component package defines the API for the HST Core Component 
org.hippoecm.hst.core.container The org.hippoecm.hst.core.container package defines the API for the HST Core 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.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   
 

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

Methods in org.hippoecm.hst.configuration.hosting with parameters of type HstContainerURL
 ResolvedSiteMapItem VirtualHostsService.matchSiteMapItem(HstContainerURL hstContainerURL)
           
 ResolvedSiteMapItem VirtualHosts.matchSiteMapItem(HstContainerURL hstContainerURL)
          This method tries to match a hstContainerURL to a flyweight ResolvedSiteMapItem.
 

Uses of HstContainerURL in org.hippoecm.hst.core.component
 

Fields in org.hippoecm.hst.core.component declared as HstContainerURL
protected  HstContainerURL HstURLImpl.baseContainerURL
           
 

Methods in org.hippoecm.hst.core.component that return HstContainerURL
 HstContainerURL HstURLImpl.getBaseContainerURL()
           
 

Methods in org.hippoecm.hst.core.component with parameters of type HstContainerURL
 HstURL HstURLFactoryImpl.createURL(String type, String referenceNamespace, HstContainerURL containerURL, HstRequestContext requestContext)
           
 HstURL HstURLFactory.createURL(String type, String referenceNamespace, HstContainerURL base, HstRequestContext requestContext)
          Returns HstURL for the HstURL type with reference namespace based on the base container URL
 HstURL HstURLFactoryImpl.createURL(String type, String referenceNamespace, HstContainerURL containerURL, HstRequestContext requestContext, String contextPath)
           
 HstURL HstURLFactory.createURL(String type, String referenceNamespace, HstContainerURL base, HstRequestContext requestContext, String contextPath)
          Returns HstURL for the HstURL type with reference namespace based on the base container URL and an explicit contextPath, for example needed when the Mount to create a link for has a different contextpath than the ResolvedMount belonging to the HstRequestContext
 

Constructors in org.hippoecm.hst.core.component with parameters of type HstContainerURL
HstURLImpl(String type, HstContainerURL baseContainerURL, String referenceNamespace, HstContainerURLProvider urlProvider, HstRequestContext requestContext)
           
HstURLImpl(String type, HstContainerURL baseContainerURL, String referenceNamespace, HstContainerURLProvider urlProvider, HstRequestContext requestContext, String explicitContextPath)
           
 

Uses of HstContainerURL in org.hippoecm.hst.core.container
 

Classes in org.hippoecm.hst.core.container that implement HstContainerURL
 class HstContainerURLImpl
          HstContainerURLImpl
 

Methods in org.hippoecm.hst.core.container that return HstContainerURL
 HstContainerURL HstContainerURLProviderImpl.createURL(HstContainerURL baseContainerURL, HstURL hstUrl)
           
 HstContainerURL HstContainerURLProvider.createURL(HstContainerURL baseContainerURL, HstURL hstUrl)
          Creates an HstContainerURL instance by merging the information of hstUrl based on the base HstContainerURL instance
 HstContainerURL HstContainerURLProviderImpl.createURL(HstContainerURL baseContainerURL, String pathInfo)
           
 HstContainerURL HstContainerURLProvider.createURL(HstContainerURL baseContainerURL, String pathInfo)
          Creates an HstContainerURL instance for a new pathInfo (without query parameters) based on the base HstContainerURL instance
 HstContainerURL HstContainerURLProviderImpl.createURL(Mount mount, HstContainerURL baseContainerURL, String pathInfo)
           
 HstContainerURL HstContainerURLProvider.createURL(Mount mount, HstContainerURL baseURL, String path)
          Creates an HstContainerURL instance for a new pathInfo (without query parameters) based on the Mount and the base HstContainerURL instance.
 HstContainerURL HstContainerURLProviderImpl.parseURL(HstRequestContext requestContext, ResolvedMount mount, String requestPath)
           
 HstContainerURL HstContainerURLProvider.parseURL(HstRequestContext requestContext, ResolvedMount mount, String requestPath)
          Parses a specified requestPath with the current HstRequestContext for a new ResolvedMount and requestPath and creates an HstContainerURL instance.
 HstContainerURL HstContainerURLProviderImpl.parseURL(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ResolvedMount resolvedMount)
           
 HstContainerURL HstContainerURLProvider.parseURL(javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, ResolvedMount resolvedMount)
          Parses the current request and creates an HstContainerURL instance.
 HstContainerURL HstContainerURLProviderImpl.parseURL(javax.servlet.http.HttpServletRequest request, ResolvedMount mount, String requestPath)
           
 HstContainerURL HstContainerURLProvider.parseURL(javax.servlet.http.HttpServletRequest request, ResolvedMount mount, String requestPath)
          Parses a request for a specific ResolvedMount and requestPath and creates an HstContainerURL instance.
 

Methods in org.hippoecm.hst.core.container with parameters of type HstContainerURL
protected  String HstContainerURLProviderImpl.buildHstURLPath(HstContainerURL containerURL, HstRequestContext requestContext)
           
 HstContainerURL HstContainerURLProviderImpl.createURL(HstContainerURL baseContainerURL, HstURL hstUrl)
           
 HstContainerURL HstContainerURLProvider.createURL(HstContainerURL baseContainerURL, HstURL hstUrl)
          Creates an HstContainerURL instance by merging the information of hstUrl based on the base HstContainerURL instance
 HstContainerURL HstContainerURLProviderImpl.createURL(HstContainerURL baseContainerURL, String pathInfo)
           
 HstContainerURL HstContainerURLProvider.createURL(HstContainerURL baseContainerURL, String pathInfo)
          Creates an HstContainerURL instance for a new pathInfo (without query parameters) based on the base HstContainerURL instance
 HstContainerURL HstContainerURLProviderImpl.createURL(Mount mount, HstContainerURL baseContainerURL, String pathInfo)
           
 HstContainerURL HstContainerURLProvider.createURL(Mount mount, HstContainerURL baseURL, String path)
          Creates an HstContainerURL instance for a new pathInfo (without query parameters) based on the Mount and the base HstContainerURL instance.
 void HstContainerURLProviderImpl.mergeParameters(HstContainerURL containerURL, String referenceNamespace, Map<String,String[]> parameterMap)
           
 void HstContainerURLProvider.mergeParameters(HstContainerURL containerURL, String referenceNamespace, Map<String,String[]> parameters)
          Merges the render parameters into the containerURL.
protected  void HstContainerURLProviderImpl.parseRequestInfo(HstContainerURL url, String encodedRequestInfo)
           
 String HstContainerURLProviderImpl.toContextRelativeURLString(HstContainerURL containerURL, HstRequestContext requestContext)
           
 String HstContainerURLProvider.toContextRelativeURLString(HstContainerURL containerURL, HstRequestContext requestContext)
          Stringifying the containerURL as a context relative path.
 String HstContainerURLProviderImpl.toURLString(HstContainerURL containerURL, HstRequestContext requestContext)
           
 String HstContainerURLProvider.toURLString(HstContainerURL containerURL, HstRequestContext requestContext)
          Stringifying the containerURL as a full URL string.
 String HstContainerURLProviderImpl.toURLString(HstContainerURL containerURL, HstRequestContext requestContext, String contextPath)
           
 String HstContainerURLProvider.toURLString(HstContainerURL containerURL, HstRequestContext requestContext, String contextPath)
          Stringifying the containerURL as a full URL string.
 String HstPortletContainerURLWriter.toURLString(HstContainerURLProviderImpl urlProvider, HstContainerURL containerURL, HstRequestContext requestContext)
           
 String HstEmbeddedPortletContainerURLWriter.toURLString(HstContainerURLProviderImpl urlProvider, HstContainerURL containerURL, HstRequestContext requestContext, String contextPath)
           
 String HstPortletContainerURLWriter.toURLString(HstContainerURLProviderImpl urlProvider, HstContainerURL containerURL, HstRequestContext requestContext, String contextPath)
           
 

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

Methods in org.hippoecm.hst.core.internal with parameters of type HstContainerURL
 void HstMutableRequestContext.setBaseURL(HstContainerURL baseURL)
           
 

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

Methods in org.hippoecm.hst.core.request that return HstContainerURL
 HstContainerURL HstRequestContext.getBaseURL()
          Returns the base container URL (HstContainerURL ) of the current request lifecycle.
 

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

Methods in org.hippoecm.hst.mock.core.request that return HstContainerURL
 HstContainerURL MockHstRequestContext.getBaseURL()
           
 

Methods in org.hippoecm.hst.mock.core.request with parameters of type HstContainerURL
 void MockHstRequestContext.setBaseURL(HstContainerURL baseURL)
           
 

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

Fields in org.hippoecm.hst.site.request declared as HstContainerURL
protected  HstContainerURL HstRequestContextImpl.baseURL
           
 

Methods in org.hippoecm.hst.site.request that return HstContainerURL
 HstContainerURL HstRequestContextImpl.getBaseURL()
           
 

Methods in org.hippoecm.hst.site.request with parameters of type HstContainerURL
 void HstRequestContextImpl.setBaseURL(HstContainerURL baseURL)
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.