Package | Description |
---|---|
org.hippoecm.hst.configuration.hosting |
The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting
|
org.hippoecm.hst.core.request |
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
ResolvedMount |
VirtualHosts.matchMount(String hostName,
String requestPath)
This method tries to match a hostName and requestPath to a flyweight
ResolvedMount . |
ResolvedMount |
VirtualHosts.matchMount(String hostName,
String contextPath,
String requestPath)
Deprecated.
Since 13.0.0. Use
VirtualHosts.matchMount(String, String) instead. The {@code contextPath is not used any
more in 13.0.0. |
ResolvedVirtualHost |
VirtualHosts.matchVirtualHost(String hostName)
This method tries to match a request to a flyweight
ResolvedVirtualHost |
Modifier and Type | Method and Description |
---|---|
ResolvedMount |
ResolvedVirtualHost.matchMount(String requestPath)
This method tries to match the current
ResolvedVirtualHost for the requestPath to a
flyweight ResolvedMount . |
ResolvedMount |
ResolvedVirtualHost.matchMount(String contextPath,
String requestPath)
Deprecated.
since 13.0.0. Use
ResolvedVirtualHost.matchMount(String) instead. The contextPath is not used any more |
ResolvedSiteMapItem |
ResolvedMount.matchSiteMapItem(String siteMapPathInfo)
matches a pathInfo to a
ResolvedSiteMapItem item or throws a
MatchException or NotFoundException when cannot resolve to a sitemap item |
Copyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.