public class StreamPageContentResultProcessor extends Object implements ComponentEventResultProcessor<StreamPageContent>
Constructor and Description |
---|
StreamPageContentResultProcessor(PageRenderRequestHandler handler,
ComponentClassResolver resolver,
TypeCoercer typeCoercer) |
Modifier and Type | Method and Description |
---|---|
void |
processResultValue(StreamPageContent value)
For a given, non-null return value from a component event method, construct and send a response.
|
public StreamPageContentResultProcessor(PageRenderRequestHandler handler, ComponentClassResolver resolver, TypeCoercer typeCoercer)
public void processResultValue(StreamPageContent value) throws IOException
ComponentEventResultProcessor
processResultValue
in interface ComponentEventResultProcessor<StreamPageContent>
value
- the value returned from a methodIOException
Copyright © 2003-2012 The Apache Software Foundation.