public interface HeadContributable
As one of typical use cases, a custom valve placed before AggregationValve
may set an instance
of this to HstRequestContext
and so the AggregationValve
will be able to gather all the
head elements to contribute to the page.
Modifier and Type | Method and Description |
---|---|
void |
contributeHeadElements(HstResponse rootResponse)
Contribute head elements to the given
response . |
void contributeHeadElements(HstResponse rootResponse)
response
.rootResponse
- the root HstResponse
through which this can contribute head elements to the page.Copyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.