Uses of Interface
org.hippoecm.hst.core.request.ResolvedMount
Packages that use 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
Methods in org.hippoecm.hst.configuration.hosting that return ResolvedMountModifier 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
Methods in org.hippoecm.hst.core.container with parameters of type ResolvedMountModifier 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
Subinterfaces of ResolvedMount in org.hippoecm.hst.core.internalModifier and TypeInterfaceDescriptioninterface
This is an INTERNAL USAGE ONLY API.Methods in org.hippoecm.hst.core.internal with parameters of type ResolvedMountModifier and TypeMethodDescriptionvoid
HstMutableRequestContext.setResolvedMount
(ResolvedMount resolvedMount) -
Uses of ResolvedMount in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return ResolvedMountModifier 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.Methods in org.hippoecm.hst.core.request with parameters of type ResolvedMountModifier and TypeMethodDescriptionHstSiteMapMatcher.match
(String pathInfo, ResolvedMount resolvedMount) method to match the pathInfo for the hstSite to aHstSiteMapItem
if possible.