Uses of Interface
org.hippoecm.hst.core.container.HeadContributable
-
Packages that use HeadContributable Package Description org.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Request -
-
Uses of HeadContributable in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return HeadContributable Modifier and Type Method Description HeadContributable
HstRequestContext. getHeadContributable(String name)
ReturnHeadContributable
object by thename
if found.Methods in org.hippoecm.hst.core.request that return types with arguments of type HeadContributable Modifier and Type Method Description Map<String,HeadContributable>
HstRequestContext. getHeadContributableMap()
Return a non-null unmodifiable map ofHeadContributable
objects keyed by their contributor names.Methods in org.hippoecm.hst.core.request with parameters of type HeadContributable Modifier and Type Method Description void
HstRequestContext. setHeadContributable(String name, HeadContributable headContributable)
Set aHeadContributable
object by thename
.
-