Uses of Interface
org.hippoecm.hst.core.request.ResolvedMount
-
Packages that use ResolvedMount Package Description org.hippoecm.hst.configuration.hosting The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hostingorg.hippoecm.hst.core.container The org.hippoecm.hst.core.container package defines the API for the HST Core Containerorg.hippoecm.hst.core.internal The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Containerorg.hippoecm.hst.core.request 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 ResolvedMount Modifier and Type Method Description ResolvedMount
VirtualHosts. matchMount(String hostName, String requestPath)
This method tries to match a hostName and requestPath to a flyweightResolvedMount
.ResolvedMount
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 ResolvedMount Modifier and Type Method Description HstContainerURL
HstContainerURLProvider. parseURL(javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, ResolvedMount resolvedMount)
Parses the current request and creates anHstContainerURL
instance.HstContainerURL
HstContainerURLProvider. parseURL(javax.servlet.http.HttpServletRequest request, ResolvedMount mount, String requestPath, Map<String,String[]> queryParams)
Parses a request for a specificResolvedMount
and requestPath and creates anHstContainerURL
instance.HstContainerURL
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.HstContainerURL
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.internal Modifier and Type Interface Description interface
MutableResolvedMount
This is an INTERNAL USAGE ONLY API.Methods in org.hippoecm.hst.core.internal with parameters of type ResolvedMount Modifier and Type Method Description void
HstMutableRequestContext. setResolvedMount(ResolvedMount resolvedMount)
-
Uses of ResolvedMount in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return ResolvedMount Modifier and Type Method Description ResolvedMount
HstRequestContext. getResolvedMount()
Returns theResolvedMount
for this requestResolvedMount
ResolvedSiteMapItem. getResolvedMount()
ResolvedMount
ResolvedVirtualHost. matchMount(String requestPath)
This method tries to match the currentResolvedVirtualHost
for the requestPath to a flyweightResolvedMount
.ResolvedMount
ResolvedVirtualHost. matchMount(String contextPath, String requestPath)
Deprecated.since 13.0.0.Methods in org.hippoecm.hst.core.request with parameters of type ResolvedMount Modifier and Type Method Description ResolvedSiteMapItem
HstSiteMapMatcher. match(String pathInfo, ResolvedMount resolvedMount)
method to match the pathInfo for the hstSite to aHstSiteMapItem
if possible.
-