Package | Description |
---|---|
org.hippoecm.hst.component.support.bean | |
org.hippoecm.hst.configuration.hosting |
The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting
|
org.hippoecm.hst.container |
The org.hippoecm.hst.container package defines the API for the HST Container
|
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
|
org.hippoecm.hst.mock.core.request | |
org.hippoecm.hst.util |
The org.hippoecm.hst.content.util package defines the API for the HST Util
|
Modifier and Type | Method and Description |
---|---|
ResolvedMount |
BaseHstComponent.getResolvedMount(HstRequest 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 |
---|---|
ResolvedMount |
GenericRequestContextWrapper.getResolvedMount() |
Modifier and Type | Method and Description |
---|---|
void |
GenericRequestContextWrapper.setResolvedMount(ResolvedMount 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)
Parses a request for a specific
ResolvedMount , contextPath, requestPath and request character 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. |
Modifier and Type | Method and Description |
---|---|
ResolvedMount |
MockHstRequestContext.getResolvedMount() |
ResolvedMount |
MockResolvedSiteMapItem.getResolvedMount() |
Modifier and Type | Method and Description |
---|---|
void |
MockHstRequestContext.setResolvedMount(ResolvedMount resolvedMount) |
void |
MockResolvedSiteMapItem.setResolvedMount(ResolvedMount resolvedMount) |
Modifier and Type | Method and Description |
---|---|
static String |
HstRequestUtils.getPathInfo(ResolvedMount mount,
javax.servlet.http.HttpServletRequest request)
Deprecated.
since CMS 7.9.1 (2.28.05) use
HttpServletRequest.getPathInfo() instead |
static String |
HstRequestUtils.getPathInfo(ResolvedMount mount,
javax.servlet.http.HttpServletRequest request,
String characterEncoding)
Deprecated.
since CMS 7.9.1 (2.28.05) use
HttpServletRequest.getPathInfo() instead |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.