Interface AjaxPartialResponseRenderer

    • Method Detail

      • renderPartialPageMarkup

        void renderPartialPageMarkup​(JSONObject reply)
                              throws java.io.IOException
        Used to render the partial response using a base reply object, to which any Tapestry-related information (usually related to zone updates and initializations) will be added. In effect, this] "enhances" the reply, which contains just data, to include UI aspects that are handled by client-side code on the client.
        Parameters:
        reply -
        Throws:
        java.io.IOException
        Since:
        5.4