Interface ComponentWindowResponseAppender
public interface ComponentWindowResponseAppender
When a request is in
HstRequestContext.isChannelManagerPreviewRequest()
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 theresponse
below
-
Method Details
-
process
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 theresponse
below
-