Interface ComponentWindowResponseAppender
-
public interface ComponentWindowResponseAppender
When a request is inHstRequestContext.isChannelManagerPreviewRequest()
mode, extra info, for example html comments or response headers, can be rendered per component window. Theprocess(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 actualHstComponentWindow
writes to theHttpServletResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 theresponse
below
-
-
-
Method Detail
-
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
-
-