Uses of Interface
org.hippoecm.hst.core.container.HeadContributable
Package
Description
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
-
Uses of HeadContributable in org.hippoecm.hst.core.request
Modifier and TypeMethodDescriptionHstRequestContext.getHeadContributable
(String name) ReturnHeadContributable
object by thename
if found.Modifier and TypeMethodDescriptionHstRequestContext.getHeadContributableMap()
Return a non-null unmodifiable map ofHeadContributable
objects keyed by their contributor names.Modifier and TypeMethodDescriptionvoid
HstRequestContext.setHeadContributable
(String name, HeadContributable headContributable) Set aHeadContributable
object by thename
.