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
|
org.hippoecm.hst.mock.core.component | |
org.hippoecm.hst.tag | |
org.hippoecm.hst.util |
The org.hippoecm.hst.content.util package defines the API for the HST Util
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
MockHstURL
MockHstURL
|
Modifier and Type | Method and Description |
---|---|
HstURL |
MockHstResponse.createActionURL() |
HstURL |
MockHstResponse.createComponentRenderingURL() |
HstURL |
MockHstResponse.createNavigationalURL(String pathInfo) |
HstURL |
MockHstResponse.createRenderURL() |
HstURL |
MockHstResponse.createResourceURL() |
HstURL |
MockHstResponse.createResourceURL(String referenceNamespace) |
Modifier and Type | Field and Description |
---|---|
protected HstURL |
HstResourceURLTag.url |
protected HstURL |
HstActionURLTag.url |
protected HstURL |
HstComponentRenderingURLTag.url |
protected HstURL |
HstRenderURLTag.url |
Modifier and Type | Method and Description |
---|---|
protected HstURL |
HstResourceURLTag.getUrl() |
protected abstract HstURL |
BaseHstURLTag.getUrl() |
protected HstURL |
HstActionURLTag.getUrl() |
protected HstURL |
HstComponentRenderingURLTag.getUrl() |
protected HstURL |
HstRenderURLTag.getUrl() |
Modifier and Type | Method and Description |
---|---|
protected void |
HstResourceURLTag.setUrl(HstURL url) |
protected abstract void |
BaseHstURLTag.setUrl(HstURL url) |
protected void |
HstActionURLTag.setUrl(HstURL url) |
protected void |
HstComponentRenderingURLTag.setUrl(HstURL url) |
protected void |
HstRenderURLTag.setUrl(HstURL url) |
protected void |
BaseHstURLTag.setUrlParameters(HstURL url)
Copies the parameters from map to the BaseURL.
|
Modifier and Type | Method and Description |
---|---|
static String |
HstRequestUtils.getFullyQualifiedHstURL(HstRequestContext requestContext,
HstURL hstUrl,
boolean escapeXml)
Returns a fully qualified String url for the
HstURL hstUrl . |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.