public interface ComponentWindowResponseAppender
HstRequestContext.isCmsRequest()
mode, extra info, for
example html comments or response headers, can be rendered per component window. The process(org.hippoecm.hst.core.container.HstComponentWindow, org.hippoecm.hst.core.container.HstComponentWindow, org.hippoecm.hst.core.container.HstComponentWindow, org.hippoecm.hst.core.component.HstRequest, org.hippoecm.hst.core.component.HstResponse)
gets invoked before the actual HstComponentWindow
writes to the HttpServletResponse
Modifier and Type | Method and Description |
---|---|
void |
process(HstComponentWindow rootWindow,
HstComponentWindow rootRenderingWindow,
HstComponentWindow window,
HstRequest request,
HstResponse response)
if any info needs to be added, like response headers or html comments, it can be written to the
response
below |
void process(HstComponentWindow rootWindow, HstComponentWindow rootRenderingWindow, HstComponentWindow window, HstRequest request, HstResponse response)
response
belowCopyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.