Class MultiZoneUpdateEventResultProcessor

java.lang.Object
org.apache.tapestry5.internal.services.ajax.MultiZoneUpdateEventResultProcessor
All Implemented Interfaces:
ComponentEventResultProcessor<MultiZoneUpdate>

Deprecated.
Deprecated in 5.3
Handler for MultiZoneUpdate responses from a component event handler method. Works by adding SingleZonePartialRendererFilters for each zone to the filter stack. Each zone writes its content as a string in the zones object of the reply, keyed on its id. JavaScript and CSS are collected for all zones rendered in the request (not for each individual zone). The final response will have some combination of "script", "scripts", "stylesheets", "content" (which is expected to be blank) and "zones".
Since:
5.1.0.1