Package | Description |
---|---|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.services.ajax |
[INTERNAL USE ONLY] AJAX support services; API subject to change
|
org.apache.tapestry5.modules | |
org.apache.tapestry5.services |
Core services
|
Modifier and Type | Class and Description |
---|---|
class |
PartialMarkupRendererTerminator
Terminator for the
PartialMarkupRenderer pipeline, which ultimately invokes
PageRenderQueue.renderPartial(org.apache.tapestry5.MarkupWriter, org.apache.tapestry5.json.JSONObject)
. |
Modifier and Type | Method and Description |
---|---|
void |
RenderCommandComponentEventResultProcessor.renderMarkup(MarkupWriter writer,
JSONObject reply,
PartialMarkupRenderer renderer)
As a filter, this class does three things:
It creates an outer element to capture the partial page content that will be rendered
It does setup and cleanup with the
AjaxFormUpdateController
It extracts the child markup and stuffs it into the reply's "content" property.
|
Constructor and Description |
---|
AjaxPartialResponseRendererImpl(MarkupWriterFactory factory,
Request request,
Response response,
PartialMarkupRenderer partialMarkupRenderer,
String outputEncoding,
boolean compactJSON) |
Modifier and Type | Method and Description |
---|---|
void |
SingleZonePartialRendererFilter.renderMarkup(MarkupWriter writer,
JSONObject reply,
PartialMarkupRenderer renderer) |
Modifier and Type | Method and Description |
---|---|
PartialMarkupRenderer |
TapestryModule.buildPartialMarkupRenderer(org.slf4j.Logger logger,
List<PartialMarkupRendererFilter> configuration,
PartialMarkupRendererTerminator terminator)
A wrapper around
PageRenderQueue used for
partial page renders. |
Modifier and Type | Method and Description |
---|---|
void |
PartialMarkupRendererFilter.renderMarkup(MarkupWriter writer,
JSONObject reply,
PartialMarkupRenderer renderer)
Implementations should perform work before or after passing the writer to the renderer.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.