Uses of Interface
org.hippoecm.hst.core.container.HeadContributable
Packages that use 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
Methods in org.hippoecm.hst.core.request that return HeadContributableModifier and TypeMethodDescriptionHstRequestContext.getHeadContributable
(String name) ReturnHeadContributable
object by thename
if found.Methods in org.hippoecm.hst.core.request that return types with arguments of type HeadContributableModifier and TypeMethodDescriptionHstRequestContext.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 HeadContributableModifier and TypeMethodDescriptionvoid
HstRequestContext.setHeadContributable
(String name, HeadContributable headContributable) Set aHeadContributable
object by thename
.