Uses of Interface
org.hippoecm.hst.core.container.HstContainerURL
Packages that use HstContainerURL
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
The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Container
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
-
Uses of HstContainerURL in org.hippoecm.hst.core.component
Methods in org.hippoecm.hst.core.component with parameters of type HstContainerURLModifier and TypeMethodDescriptionHstURLFactory.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 HstContainerURL in org.hippoecm.hst.core.container
Methods in org.hippoecm.hst.core.container that return HstContainerURLModifier and TypeMethodDescriptionHstContainerURLProvider.createURL
(Mount mount, HstContainerURL baseURL, String path) Creates anHstContainerURL
instance for a new pathInfo (without query parameters) based on theMount
and the baseHstContainerURL
instance.HstContainerURLProvider.createURL
(HstContainerURL baseContainerURL, String pathInfo) Creates anHstContainerURL
instance for a new pathInfo (without query parameters) based on the baseHstContainerURL
instanceHstContainerURLProvider.createURL
(HstContainerURL baseContainerURL, HstURL hstUrl) Creates anHstContainerURL
instance by merging the information of hstUrl based on the baseHstContainerURL
instanceHstContainerURLProvider.parseURL
(jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse, ResolvedMount resolvedMount) Parses the current request and creates anHstContainerURL
instance.HstContainerURLProvider.parseURL
(jakarta.servlet.http.HttpServletRequest request, ResolvedMount mount, String requestPath, Map<String, String[]> queryParams) Parses a request for a specificResolvedMount
and requestPath and creates anHstContainerURL
instance.HstContainerURLProvider.parseURL
(HstRequestContext requestContext, ResolvedMount mount, String requestPath, Map<String, String[]> queryParams) Parses a specified requestPath with the currentHstRequestContext
for a newResolvedMount
and requestPath and creates anHstContainerURL
instance.HstContainerURLProvider.parseURL
(ResolvedMount mount, String contextPath, String requestPath, Map<String, String[]> queryParams, String requestCharacterEncoding, String requestURIEncoding) Parses a request for a specificResolvedMount
, contextPath, requestPath and request character and uri encoding and creates anHstContainerURL
instance.Methods in org.hippoecm.hst.core.container with parameters of type HstContainerURLModifier and TypeMethodDescriptionHstContainerURLProvider.createURL
(Mount mount, HstContainerURL baseURL, String path) Creates anHstContainerURL
instance for a new pathInfo (without query parameters) based on theMount
and the baseHstContainerURL
instance.HstContainerURLProvider.createURL
(HstContainerURL baseContainerURL, String pathInfo) Creates anHstContainerURL
instance for a new pathInfo (without query parameters) based on the baseHstContainerURL
instanceHstContainerURLProvider.createURL
(HstContainerURL baseContainerURL, HstURL hstUrl) Creates anHstContainerURL
instance by merging the information of hstUrl based on the baseHstContainerURL
instancevoid
HstContainerURLProvider.mergeParameters
(HstContainerURL containerURL, String referenceNamespace, Map<String, String[]> parameters) Merges the render parameters into the containerURL.HstContainerURLProvider.toURLString
(HstContainerURL containerURL, HstRequestContext requestContext) Stringifying the containerURL as a full URL string.HstContainerURLProvider.toURLString
(HstContainerURL containerURL, HstRequestContext requestContext, String contextPath) Stringifying the containerURL as a full URL string.HstContainerURLProvider.toURLString
(HstContainerURL containerURL, HstRequestContext requestContext, String contextPath, boolean containerResource) Stringifying the containerURL as a full URL string. -
Uses of HstContainerURL in org.hippoecm.hst.core.internal
Methods in org.hippoecm.hst.core.internal with parameters of type HstContainerURLModifier and TypeMethodDescriptionvoid
HstMutableRequestContext.setBaseURL
(HstContainerURL baseURL) -
Uses of HstContainerURL in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return HstContainerURLModifier and TypeMethodDescriptionHstRequestContext.getBaseURL()
Returns the base container URL (HstContainerURL
) of the current request lifecycle.