Uses of Interface
org.apache.tapestry5.services.PartialMarkupRenderer
Packages that use PartialMarkupRenderer
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] AJAX support services; API subject to change
Core services
-
Uses of PartialMarkupRenderer in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement PartialMarkupRendererModifier and TypeClassDescriptionclass
Terminator for thePartialMarkupRenderer
pipeline, which ultimately invokesPageRenderQueue.renderPartial(org.apache.tapestry5.MarkupWriter, org.apache.tapestry5.json.JSONObject)
.Methods in org.apache.tapestry5.internal.services with parameters of type PartialMarkupRendererModifier and TypeMethodDescriptionvoid
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 theAjaxFormUpdateController
It extracts the child markup and stuffs it into the reply's "content" property.Constructors in org.apache.tapestry5.internal.services with parameters of type PartialMarkupRendererModifierConstructorDescriptionAjaxPartialResponseRendererImpl
(MarkupWriterFactory factory, Request request, Response response, PartialMarkupRenderer partialMarkupRenderer, String outputEncoding, boolean compactJSON) -
Uses of PartialMarkupRenderer in org.apache.tapestry5.internal.services.ajax
Methods in org.apache.tapestry5.internal.services.ajax with parameters of type PartialMarkupRendererModifier and TypeMethodDescriptionvoid
SingleZonePartialRendererFilter.renderMarkup
(MarkupWriter writer, JSONObject reply, PartialMarkupRenderer renderer) -
Uses of PartialMarkupRenderer in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules that return PartialMarkupRendererModifier and TypeMethodDescriptionTapestryModule.buildPartialMarkupRenderer
(org.slf4j.Logger logger, List<PartialMarkupRendererFilter> configuration, PartialMarkupRendererTerminator terminator) A wrapper aroundPageRenderQueue
used for partial page renders. -
Uses of PartialMarkupRenderer in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services with parameters of type PartialMarkupRendererModifier and TypeMethodDescriptionvoid
PartialMarkupRendererFilter.renderMarkup
(MarkupWriter writer, JSONObject reply, PartialMarkupRenderer renderer) Implementations should perform work before or after passing the writer to the renderer.