Interface AjaxPartialResponseRenderer

All Known Implementing Classes:
AjaxPartialResponseRendererImpl

Used to render portions of a page as part of an Ajax request. This encapsulates rendering of the partial response and then the construction of a JSON reply. Works with the pipeline defined by the PartialMarkupRenderer service.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Used to render a partial response as part of an Ajax action request.
    void
    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.