Uses of Interface
org.hippoecm.hst.core.request.ResolvedMount
Package
Description
The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting
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 ResolvedMount in org.hippoecm.hst.configuration.hosting
Modifier and TypeMethodDescriptionVirtualHosts.matchMount
(String hostName, String requestPath) This method tries to match a hostName and requestPath to a flyweightResolvedMount
.VirtualHosts.matchMount
(String hostName, String contextPath, String requestPath) Deprecated.Since 13.0.0. -
Uses of ResolvedMount in org.hippoecm.hst.core.container
Modifier and TypeMethodDescriptionHstContainerURLProvider.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. -
Uses of ResolvedMount in org.hippoecm.hst.core.internal
Modifier and TypeInterfaceDescriptioninterface
This is an INTERNAL USAGE ONLY API.Modifier and TypeMethodDescriptionvoid
HstMutableRequestContext.setResolvedMount
(ResolvedMount resolvedMount) -
Uses of ResolvedMount in org.hippoecm.hst.core.request
Modifier and TypeMethodDescriptionHstRequestContext.getResolvedMount()
Returns theResolvedMount
for this requestResolvedSiteMapItem.getResolvedMount()
ResolvedVirtualHost.matchMount
(String requestPath) This method tries to match the currentResolvedVirtualHost
for the requestPath to a flyweightResolvedMount
.ResolvedVirtualHost.matchMount
(String contextPath, String requestPath) Deprecated.since 13.0.0.Modifier and TypeMethodDescriptionHstSiteMapMatcher.match
(String pathInfo, ResolvedMount resolvedMount) method to match the pathInfo for the hstSite to aHstSiteMapItem
if possible.