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.container |
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
|
org.hippoecm.hst.core.internal |
The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Container
|
org.hippoecm.hst.core.request |
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
|
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 . |
Modifier and Type | Method and Description |
---|---|
HstContainerURL |
HstContainerURLProvider.parseURL(HstRequestContext requestContext,
ResolvedMount mount,
String requestPath,
Map<String,String[]> queryParams)
Parses a specified requestPath with the current
HstRequestContext for a new ResolvedMount and requestPath
and creates an HstContainerURL instance. |
HstContainerURL |
HstContainerURLProvider.parseURL(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
ResolvedMount resolvedMount)
Parses the current request and creates an
HstContainerURL instance. |
HstContainerURL |
HstContainerURLProvider.parseURL(javax.servlet.http.HttpServletRequest request,
ResolvedMount mount,
String requestPath,
Map<String,String[]> queryParams)
Parses a request for a specific
ResolvedMount and requestPath
and creates an HstContainerURL instance. |
HstContainerURL |
HstContainerURLProvider.parseURL(ResolvedMount mount,
String contextPath,
String requestPath,
Map<String,String[]> queryParams,
String requestCharacterEncoding,
String requestURIEncoding)
Parses a request for a specific
ResolvedMount , contextPath, requestPath and request character and uri
encoding and creates an HstContainerURL instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableResolvedMount
This is an INTERNAL USAGE ONLY API.
|
Modifier and Type | Method and Description |
---|---|
void |
HstMutableRequestContext.setResolvedMount(ResolvedMount resolvedMount) |
Modifier and Type | Method and Description |
---|---|
ResolvedMount |
HstRequestContext.getResolvedMount()
Returns the
ResolvedMount for this request |
ResolvedMount |
ResolvedSiteMapItem.getResolvedMount() |
ResolvedMount |
ResolvedVirtualHost.matchMount(String contextPath,
String requestPath)
This method tries to match the current
ResolvedVirtualHost for
contextPath and requestPath to a flyweight ResolvedMount . |
Modifier and Type | Method and Description |
---|---|
ResolvedSiteMapItem |
HstSiteMapMatcher.match(String pathInfo,
ResolvedMount resolvedMount)
method to match the pathInfo for the hstSite to a
HstSiteMapItem if possible. |
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.