@UsesOrderedConfiguration(value=PartialMarkupRendererFilter.class) public interface PartialMarkupRenderer
JSONObject
, which is sent to the client side as
the final response. Client-side JavaScript receives this reply and uses it to update a portion of the page.
The PartialMarkupRenderer service takes an ordered configuration of PartialMarkupRendererFilter
s. It can be
selected using the Primary
marker annotation.Modifier and Type | Method and Description |
---|---|
void |
renderMarkup(MarkupWriter writer,
JSONObject reply)
Implementations should perform work before or after passing the writer to the renderer.
|
void renderMarkup(MarkupWriter writer, JSONObject reply)
writer
- to which markup should be writtenreply
- JSONObject which will contain the partial response${project.version} - Copyright © 2003-2015 The Apache Software Foundation.