Uses of Class
org.hippoecm.hst.configuration.hosting.MatchException
Package
Description
The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
-
Uses of MatchException in org.hippoecm.hst.configuration.hosting
Modifier and TypeClassDescriptionclass
When a request fails to match for example a HstSiteMapItem because the request path can match the sitemap tree, this exception should be thrown.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.VirtualHosts.matchVirtualHost
(String hostName) This method tries to match a request to a flyweightResolvedVirtualHost
-
Uses of MatchException in org.hippoecm.hst.core.request
Modifier and TypeMethodDescriptionResolvedVirtualHost.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.ResolvedMount.matchSiteMapItem
(String siteMapPathInfo) matches a pathInfo to aResolvedSiteMapItem
item or throws aMatchException
orNotFoundException
when cannot resolve to a sitemap item