Class JSONObjectEventResultProcessor

java.lang.Object
org.apache.tapestry5.internal.services.JSONObjectEventResultProcessor
All Implemented Interfaces:
ComponentEventResultProcessor<JSONObject>

Implementation of ComponentEventResultProcessor for JSONObject, allowing a component event handler to return a JSONObject that will be sent directly to the client as the reply. This is often used with custom components that need a custom JSON response.