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 contextPath,
String requestPath)
This method tries to match a hostName, contextPath and requestPath to a flyweight
ResolvedMount . |
ResolvedSiteMapItem |
VirtualHosts.matchSiteMapItem(HstContainerURL hstContainerURL)
Deprecated.
since 2.28.00 (CMS 7.9) use
VirtualHosts.matchMount(String, String, String) instead and then
ResolvedMount.matchSiteMapItem(String) |
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 contextPath,
String requestPath)
This method tries to match the current
ResolvedVirtualHost for
contextPath and requestPath to a flyweight ResolvedMount . |
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–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.