org.apache.tapestry5.internal.services
Class StreamResponseResultProcessor
java.lang.Object
org.apache.tapestry5.internal.services.StreamResponseResultProcessor
- All Implemented Interfaces:
- ComponentEventResultProcessor<StreamResponse>
public class StreamResponseResultProcessor
- extends Object
- implements ComponentEventResultProcessor<StreamResponse>
Method Summary |
void |
processResultValue(StreamResponse streamResponse)
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 |
StreamResponseResultProcessor
public StreamResponseResultProcessor(Response response)
processResultValue
public void processResultValue(StreamResponse streamResponse)
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<StreamResponse>
- Parameters:
streamResponse
- the value returned from a method
- Throws:
IOException
Copyright © 2003-2012 The Apache Software Foundation.