|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.StreamPageContentResultProcessor
public class StreamPageContentResultProcessor
Used to trigger the rendering of a particular page without causing a redirect to that page. The content of the page is just streamed to the client.
Constructor Summary | |
---|---|
StreamPageContentResultProcessor(PageRenderRequestHandler handler,
ComponentClassResolver resolver,
TypeCoercer typeCoercer)
|
Method Summary | |
---|---|
void |
processResultValue(StreamPageContent 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 |
Constructor Detail |
---|
public StreamPageContentResultProcessor(PageRenderRequestHandler handler, ComponentClassResolver resolver, TypeCoercer typeCoercer)
Method Detail |
---|
public void processResultValue(StreamPageContent value) throws java.io.IOException
ComponentEventResultProcessor
processResultValue
in interface ComponentEventResultProcessor<StreamPageContent>
value
- the value returned from a method
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |