Interface PartialMarkupRendererFilter

All Known Implementing Classes:
RenderCommandComponentEventResultProcessor, SingleZonePartialRendererFilter

A filter (the main interface being 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.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Implementations should perform work before or after passing the writer to the renderer.
  • Method Details

    • 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