Uses of Interface
org.apache.tapestry5.services.PartialMarkupRendererFilter
Packages that use PartialMarkupRendererFilter
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] AJAX support services; API subject to change
Utilities for handling Ajax-oriented requests, including partial render requests.
-
Uses of PartialMarkupRendererFilter in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement PartialMarkupRendererFilterModifier and TypeClassDescriptionclass
Processor for objects that implementRenderCommand
(such asBlockImpl
), used with an Ajax component event.Methods in org.apache.tapestry5.internal.services with parameters of type PartialMarkupRendererFilterModifier and TypeMethodDescriptionvoid
PageRenderQueue.addPartialMarkupRendererFilter
(PartialMarkupRendererFilter filter) Adds an optional filter to the rendering.void
PageRenderQueueImpl.addPartialMarkupRendererFilter
(PartialMarkupRendererFilter filter) -
Uses of PartialMarkupRendererFilter in org.apache.tapestry5.internal.services.ajax
Classes in org.apache.tapestry5.internal.services.ajax that implement PartialMarkupRendererFilterModifier and TypeClassDescriptionclass
Responsible for capturing the content for a single zone and storing it into the JSON reply object.Methods in org.apache.tapestry5.internal.services.ajax with parameters of type PartialMarkupRendererFilterModifier and TypeMethodDescriptionAjaxResponseRendererImpl.addFilter
(PartialMarkupRendererFilter filter) -
Uses of PartialMarkupRendererFilter in org.apache.tapestry5.modules
Method parameters in org.apache.tapestry5.modules with type arguments of type PartialMarkupRendererFilterModifier and TypeMethodDescriptionTapestryModule.buildPartialMarkupRenderer
(org.slf4j.Logger logger, List<PartialMarkupRendererFilter> configuration, PartialMarkupRendererTerminator terminator) A wrapper aroundPageRenderQueue
used for partial page renders.void
TapestryModule.contributePartialMarkupRenderer
(OrderedConfiguration<PartialMarkupRendererFilter> configuration, ValidationDecoratorFactory validationDecoratorFactory) ContributesPartialMarkupRendererFilter
s used when rendering a partial Ajax response.void
JavaScriptModule.exposeJavaScriptSupportForPartialPageRender
(OrderedConfiguration<PartialMarkupRendererFilter> configuration, JavaScriptStackSource javascriptStackSource, JavaScriptStackPathConstructor javascriptStackPathConstructor, Request request) ContributesPartialMarkupRendererFilter
s used when rendering a partial Ajax response. -
Uses of PartialMarkupRendererFilter in org.apache.tapestry5.services.ajax
Methods in org.apache.tapestry5.services.ajax with parameters of type PartialMarkupRendererFilterModifier and TypeMethodDescriptionAjaxResponseRenderer.addFilter
(PartialMarkupRendererFilter filter) Adds a rendering filter.