public interface AsynchronousComponentWindowRenderer
Component implementing this interface is used in page aggregation phase.
For example, AggregationValve
may look up an AsynchronousComponentWindowRenderer for the specific
asynchronous rendering mode when rendering an HST component window and invoke methods of this interface
to render some tags for asynchronous rendering (e.g., AJAX script based or ESI based).
Modifier and Type | Method and Description |
---|---|
void |
processWindowBeforeRender(HstComponentWindow window,
HstRequest request,
HstResponse response)
Invoked when processing the doBeforeRender phase of a component window which should be asynchronously rendered.
|
void processWindowBeforeRender(HstComponentWindow window, HstRequest request, HstResponse response)
window
- request
- response
- Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.