Uses of Class
org.hippoecm.hst.configuration.hosting.MatchException
-
Packages that use MatchException 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.request 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.hosting Modifier and Type Class Description class
NotFoundException
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 MatchException 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.ResolvedVirtualHost
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 MatchException Modifier and Type Method Description 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.ResolvedSiteMapItem
ResolvedMount. matchSiteMapItem(String siteMapPathInfo)
matches a pathInfo to aResolvedSiteMapItem
item or throws aMatchException
orNotFoundException
when cannot resolve to a sitemap item
-