Uses of Interface
org.hippoecm.hst.core.component.HstURL
Package
Description
The org.hippoecm.hst.core.component package defines the API for the HST Core Component
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
-
Uses of HstURL in org.hippoecm.hst.core.component
Modifier and TypeMethodDescriptionHstResponse.createActionURL()
Creates a HST Action URL targeting the HstComponent.HstResponse.createComponentRenderingURL()
Creates a HST component rendering URL targeting a specific HstComponentHstResponse.createNavigationalURL
(String pathInfo) Creates a HST Navigational Render URLHstResponse.createRenderURL()
Creates a HST Render URL targeting the HstComponent.HstResponse.createResourceURL()
Creates a HST Resource URL targeting the current HstComponent.HstResponse.createResourceURL
(String referenceNamespace) Creates a HST Resource URL targeting the HstComponent indicated by referenceNamespace.HstURLFactory.createURL
(String type, String referenceNamespace, HstContainerURL base, HstRequestContext requestContext) Returns HstURL for the HstURL type with reference namespace based on the base container URLHstURLFactory.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
Modifier and TypeMethodDescriptionHstContainerURLProvider.createURL
(HstContainerURL baseContainerURL, HstURL hstUrl) Creates anHstContainerURL
instance by merging the information of hstUrl based on the baseHstContainerURL
instance