Uses of Interface
org.hippoecm.hst.core.component.HstURL

Packages that use HstURL
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.mock.core.component   
org.hippoecm.hst.tag   
 

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

Classes in org.hippoecm.hst.core.component that implement HstURL
 class HstURLImpl
          HstURLImpl
 

Methods in org.hippoecm.hst.core.component that return HstURL
 HstURL HstResponseImpl.createActionURL()
           
 HstURL HstResourceResponseImpl.createActionURL()
           
 HstURL HstResponse.createActionURL()
          Creates a HST Action URL targeting the HstComponent.
 HstURL HstResponseImpl.createComponentRenderingURL()
           
 HstURL HstResourceResponseImpl.createComponentRenderingURL()
           
 HstURL HstResponse.createComponentRenderingURL()
          Creates a HST component rendering URL targeting a specific HstComponent
 HstURL HstResponseImpl.createNavigationalURL(String pathInfo)
           
 HstURL HstResourceResponseImpl.createNavigationalURL(String pathInfo)
           
 HstURL HstResponse.createNavigationalURL(String pathInfo)
          Creates a HST Navigational Render URL
 HstURL HstResponseImpl.createRenderURL()
           
 HstURL HstResourceResponseImpl.createRenderURL()
           
 HstURL HstResponse.createRenderURL()
          Creates a HST Render URL targeting the HstComponent.
 HstURL HstResponseImpl.createResourceURL()
           
 HstURL HstResourceResponseImpl.createResourceURL()
           
 HstURL HstResponse.createResourceURL()
          Creates a HST Resource URL targeting the current HstComponent.
 HstURL HstResponseImpl.createResourceURL(String referenceNamespace)
           
 HstURL HstResourceResponseImpl.createResourceURL(String referenceNamespace)
           
 HstURL HstResponse.createResourceURL(String referenceNamespace)
          Creates a HST Resource URL targeting the HstComponent indicated by referenceNamespace.
 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
 

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

Methods in org.hippoecm.hst.core.container with parameters of type HstURL
 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
 

Uses of HstURL in org.hippoecm.hst.mock.core.component
 

Classes in org.hippoecm.hst.mock.core.component that implement HstURL
 class MockHstURL
          MockHstURL
 

Methods in org.hippoecm.hst.mock.core.component that return HstURL
 HstURL MockHstResponse.createActionURL()
           
 HstURL MockHstResponse.createComponentRenderingURL()
           
 HstURL MockHstResponse.createNavigationalURL(String pathInfo)
           
 HstURL MockHstResponse.createRenderURL()
           
 HstURL MockHstResponse.createResourceURL()
           
 HstURL MockHstResponse.createResourceURL(String referenceNamespace)
           
 

Uses of HstURL in org.hippoecm.hst.tag
 

Fields in org.hippoecm.hst.tag declared as HstURL
protected  HstURL HstActionURLTag.url
           
protected  HstURL HstRenderURLTag.url
           
protected  HstURL HstComponentRenderingURLTag.url
           
protected  HstURL HstResourceURLTag.url
           
 

Methods in org.hippoecm.hst.tag that return HstURL
protected  HstURL HstActionURLTag.getUrl()
           
protected  HstURL HstRenderURLTag.getUrl()
           
protected  HstURL HstComponentRenderingURLTag.getUrl()
           
protected  HstURL HstResourceURLTag.getUrl()
           
protected abstract  HstURL BaseHstURLTag.getUrl()
           
 

Methods in org.hippoecm.hst.tag with parameters of type HstURL
protected  void HstActionURLTag.setUrl(HstURL url)
           
protected  void HstRenderURLTag.setUrl(HstURL url)
           
protected  void HstComponentRenderingURLTag.setUrl(HstURL url)
           
protected  void HstResourceURLTag.setUrl(HstURL url)
           
protected abstract  void BaseHstURLTag.setUrl(HstURL url)
           
protected  void BaseHstURLTag.setUrlParameters(HstURL url)
          Copies the parameters from map to the BaseURL.
 



Copyright © 2008-2012 Hippo. All Rights Reserved.