Interface PartialMarkupRendererFilter

    • Method Detail

      • renderMarkup

        void renderMarkup​(MarkupWriter writer,
                          JSONObject reply,
                          PartialMarkupRenderer renderer)
        Implementations should perform work before or after passing the writer to the renderer.
        Parameters:
        writer - to which markup should be written
        reply - JSONObject which will contain the partial response
        renderer - delegate to which the writer should be passed