org.apache.tapestry5.internal.services
Class JSONArrayEventResultProcessor
java.lang.Object
org.apache.tapestry5.internal.services.JSONArrayEventResultProcessor
- All Implemented Interfaces:
- ComponentEventResultProcessor<JSONArray>
public class JSONArrayEventResultProcessor
- extends Object
- implements ComponentEventResultProcessor<JSONArray>
|
Method Summary |
void |
processResultValue(JSONArray value)
For a given, non-null return value from a component event method, construct and send a response. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONArrayEventResultProcessor
public JSONArrayEventResultProcessor(Response response,
@Inject@Symbol(value="tapestry.charset")
String outputEncoding)
processResultValue
public void processResultValue(JSONArray value)
throws IOException
- Description copied from interface:
ComponentEventResultProcessor
- For a given, non-null return value from a component event method, construct and send a response.
- Specified by:
processResultValue in interface ComponentEventResultProcessor<JSONArray>
- Parameters:
value - the value returned from a method
- Throws:
IOException
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.