public class JSONArrayEventResultProcessor extends Object implements ComponentEventResultProcessor<JSONArray>
Constructor and Description |
---|
JSONArrayEventResultProcessor(Response response,
String outputEncoding,
boolean compactJSON) |
Modifier and Type | Method and Description |
---|---|
void |
processResultValue(JSONArray value)
For a given, non-null return value from a component event method, construct and send a response.
|
public void processResultValue(JSONArray value) throws IOException
ComponentEventResultProcessor
processResultValue
in interface ComponentEventResultProcessor<JSONArray>
value
- the value returned from a methodIOException
Copyright © 2003-2012 The Apache Software Foundation.