Package | Description |
---|---|
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 |
---|---|
HeadContributable |
HstRequestContext.getHeadContributable(String name)
Return
HeadContributable object by the name if found. |
Modifier and Type | Method and Description |
---|---|
Map<String,HeadContributable> |
HstRequestContext.getHeadContributableMap()
Return a non-null unmodifiable map of
HeadContributable objects keyed by their contributor names. |
Modifier and Type | Method and Description |
---|---|
void |
HstRequestContext.setHeadContributable(String name,
HeadContributable headContributable)
Set a
HeadContributable object by the name . |
Copyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.