org.apache.tapestry5.internal.services
Class RenderCommandComponentEventResultProcessor
java.lang.Object
org.apache.tapestry5.internal.services.RenderCommandComponentEventResultProcessor
- All Implemented Interfaces:
- ComponentEventResultProcessor<RenderCommand>
public class RenderCommandComponentEventResultProcessor
- extends Object
- implements ComponentEventResultProcessor<RenderCommand>
Processor for objects that implement RenderCommand (such as BlockImpl).
- See Also:
AjaxPartialResponseRenderer.renderPartialPageMarkup()
|
Method Summary |
void |
processResultValue(RenderCommand 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 |
RenderCommandComponentEventResultProcessor
public RenderCommandComponentEventResultProcessor(PageRenderQueue pageRenderQueue)
processResultValue
public void processResultValue(RenderCommand 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<RenderCommand>
- Parameters:
value - the value returned from a method
- Throws:
IOException
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.