Package | Description |
---|---|
org.hippoecm.hst.core.component |
The org.hippoecm.hst.core.component package defines the API for the HST Core Component
|
org.hippoecm.hst.core.container |
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
|
Modifier and Type | Method and Description |
---|---|
HstURL |
HstResponse.createActionURL()
Creates a HST Action URL targeting the HstComponent.
|
HstURL |
HstResponse.createComponentRenderingURL()
Creates a HST component rendering URL targeting a specific HstComponent
|
HstURL |
HstResponse.createNavigationalURL(String pathInfo)
Creates a HST Navigational Render URL
|
HstURL |
HstResponse.createRenderURL()
Creates a HST Render URL targeting the HstComponent.
|
HstURL |
HstResponse.createResourceURL()
Creates a HST Resource URL targeting the current HstComponent.
|
HstURL |
HstResponse.createResourceURL(String referenceNamespace)
Creates a HST Resource URL targeting the HstComponent indicated by referenceNamespace.
|
HstURL |
HstURLFactory.createURL(String type,
String referenceNamespace,
HstContainerURL base,
HstRequestContext requestContext)
Returns HstURL for the HstURL type with reference namespace based on the base container URL
|
HstURL |
HstURLFactory.createURL(String type,
String referenceNamespace,
HstContainerURL base,
HstRequestContext requestContext,
String contextPath)
Returns HstURL for the HstURL type with reference namespace based on the base container URL and an explicit
contextPath , for example needed when the Mount to create a link for has a different contextpath
than the ResolvedMount belonging to the HstRequestContext |
Modifier and Type | Method and Description |
---|---|
HstContainerURL |
HstContainerURLProvider.createURL(HstContainerURL baseContainerURL,
HstURL hstUrl)
Creates an
HstContainerURL instance by merging the information of hstUrl
based on the base HstContainerURL instance |
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.