Uses of Interface
org.hippoecm.hst.core.component.HstURL
-
Packages that use HstURL Package Description org.hippoecm.hst.core.component The org.hippoecm.hst.core.component package defines the API for the HST Core Componentorg.hippoecm.hst.core.container The org.hippoecm.hst.core.container package defines the API for the HST Core Container -
-
Uses of HstURL in org.hippoecm.hst.core.component
Methods in org.hippoecm.hst.core.component that return HstURL Modifier and Type Method Description HstURL
HstResponse. createActionURL()
Creates a HST Action URL targeting the HstComponent.HstURL
HstResponse. createComponentRenderingURL()
Creates a HST component rendering URL targeting a specific HstComponentHstURL
HstResponse. createNavigationalURL(String pathInfo)
Creates a HST Navigational Render URLHstURL
HstResponse. createRenderURL()
Creates a HST Render URL targeting the HstComponent.HstURL
HstResponse. createResourceURL()
Creates a HST Resource URL targeting the current HstComponent.HstURL
HstResponse. createResourceURL(String referenceNamespace)
Creates a HST Resource URL targeting the HstComponent indicated by referenceNamespace.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 URLHstURL
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 explicitcontextPath
, for example needed when theMount
to create a link for has a different contextpath than theResolvedMount
belonging to theHstRequestContext
-
Uses of HstURL in org.hippoecm.hst.core.container
Methods in org.hippoecm.hst.core.container with parameters of type HstURL Modifier and Type Method Description HstContainerURL
HstContainerURLProvider. createURL(HstContainerURL baseContainerURL, HstURL hstUrl)
Creates anHstContainerURL
instance by merging the information of hstUrl based on the baseHstContainerURL
instance
-