org.apache.tapestry5.internal.services
Interface AjaxPartialResponseRenderer
- All Known Implementing Classes:
- AjaxPartialResponseRendererImpl
public interface AjaxPartialResponseRenderer
Used to render portions of a page as part of an Ajax request. This
encapsulates rendering of the partial response and then the construction of a JSON reply. Works with the pipeline defined by the PartialMarkupRenderer
service.
- See Also:
PageRenderQueue
renderPartialPageMarkup
void renderPartialPageMarkup()
throws IOException
- Used to render a partial response as part of an Ajax action request. A call to
PageRenderQueue.addPartialRenderer(org.apache.tapestry5.runtime.RenderCommand)
should precede this call.
- Throws:
IOException
Copyright © 2003-2012 The Apache Software Foundation.