org.apache.tapestry5.services.ajax
Class SetupZonesFilter

java.lang.Object
  extended by org.apache.tapestry5.services.ajax.SetupZonesFilter
All Implemented Interfaces:
PartialMarkupRendererFilter

public class SetupZonesFilter
extends Object
implements PartialMarkupRendererFilter

Creates a "zones" object in the JSON reply, reading for the SingleZonePartialRendererFilters to store values into.

Since:
5.1.0.1

Constructor Summary
SetupZonesFilter()
           
 
Method Summary
 void renderMarkup(MarkupWriter writer, JSONObject reply, PartialMarkupRenderer renderer)
          Implementations should perform work before or after passing the writer to the renderer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetupZonesFilter

public SetupZonesFilter()
Method Detail

renderMarkup

public void renderMarkup(MarkupWriter writer,
                         JSONObject reply,
                         PartialMarkupRenderer renderer)
Description copied from interface: PartialMarkupRendererFilter
Implementations should perform work before or after passing the writer to the renderer.

Specified by:
renderMarkup in interface PartialMarkupRendererFilter
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


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.