public interface PartialMarkupRendererFilter
PartialMarkupRenderer
) applied when performing a partial page render as
part of an Ajax-oriented request. This is similar to MarkupRendererFilter
and
filters are often in place so as to contribute Environmental
services to the
pages and components that render.Modifier and Type | Method and Description |
---|---|
void |
renderMarkup(MarkupWriter writer,
JSONObject reply,
PartialMarkupRenderer renderer)
Implementations should perform work before or after passing the writer to the renderer.
|
void renderMarkup(MarkupWriter writer, JSONObject reply, PartialMarkupRenderer renderer)
writer
- to which markup should be writtenreply
- JSONObject which will contain the partial responserenderer
- delegate to which the writer should be passed5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.