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
|
org.hippoecm.hst.sitemapitemhandler |
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)
This method tries to match a hstContainerURL to a flyweight
ResolvedSiteMapItem . |
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)
matches the current requestPath and resolved virtual host to a
ResolvedMount item. |
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 |
Modifier and Type | Method and Description |
---|---|
ResolvedSiteMapItem |
AbstractHstSiteMapHandler.matchSiteMapItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ResolvedSiteMapItem currentResolvedSiteMapItem,
String pathInfo)
Deprecated.
Resolves with the help of the current resolvedSiteMapItem to a new sitemap item with path
pathInfo |
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.