Class SingleZonePartialRendererFilter

java.lang.Object
org.apache.tapestry5.internal.services.ajax.SingleZonePartialRendererFilter
All Implemented Interfaces:
PartialMarkupRendererFilter

Responsible for capturing the content for a single zone and storing it into the JSON reply object. As a PartialMarkupRendererFilter , this has access to the JSONObject for the reply, and can add renderers that generate and package the markup content.
Since:
5.1.0.1
See Also: