public interface AjaxPartialResponseRenderer
PartialMarkupRenderer
service.PageRenderQueue
Modifier and Type | Method and Description |
---|---|
void |
renderPartialPageMarkup()
Used to render a partial response as part of an Ajax action request.
|
void |
renderPartialPageMarkup(JSONObject reply)
Used to render the partial response using a base reply object, to which any Tapestry-related
information (usually related to zone updates and initializations) will be added.
|
void renderPartialPageMarkup() throws IOException
PageRenderQueue.addPartialRenderer(org.apache.tapestry5.runtime.RenderCommand)
should precede this call.IOException
void renderPartialPageMarkup(JSONObject reply) throws IOException
reply
- IOException
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.