public interface ComponentWindowAttributeContributor
Modifier and Type | Method and Description |
---|---|
void |
contributeEpilogue(HstComponentWindow window,
HstRequest request,
Map<String,String> populatingAttributesMap)
Populate an attributes map to be used as a preamble comment for the given component.
|
void |
contributePreamble(HstComponentWindow window,
HstRequest request,
Map<String,String> populatingAttributesMap)
Uses the given window and request to compute the attributes that should be contributed to the given attribute
map.
|
void contributePreamble(HstComponentWindow window, HstRequest request, Map<String,String> populatingAttributesMap)
window
- a hst component window for which to contribute attributesrequest
- the current requestpopulatingAttributesMap
- a map containing attributes as key-value pairsvoid contributeEpilogue(HstComponentWindow window, HstRequest request, Map<String,String> populatingAttributesMap)
window
- a hst component window for which to contribute attributesrequest
- the current requestpopulatingAttributesMap
- a map containing attributes as key-value pairsCopyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.