Uses of Class
org.hippoecm.hst.configuration.hosting.MatchException
Packages that use 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
Subclasses of MatchException in org.hippoecm.hst.configuration.hostingModifier 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.Methods in org.hippoecm.hst.configuration.hosting that throw MatchExceptionModifier 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
Methods in org.hippoecm.hst.core.request that throw MatchExceptionModifier 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