Uses of Interface
org.apache.tapestry5.services.MarkupRendererFilter
Packages that use MarkupRendererFilter
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] JavaScript support implementations; API subject to change
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
-
Uses of MarkupRendererFilter in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement MarkupRendererFilterModifier and TypeClassDescriptionclass
Injects a<meta/>
element into the<head/>
to identify the Tapestry page name. -
Uses of MarkupRendererFilter in org.apache.tapestry5.internal.services.javascript
Classes in org.apache.tapestry5.internal.services.javascript that implement MarkupRendererFilterModifier and TypeClassDescriptionclass
Responsible for adding additional style tags that contain directives for non-standards compatible browsersclass
Responsible for writing attributes needed to configure the client, into the HTML element. -
Uses of MarkupRendererFilter in org.apache.tapestry5.internal.test
Classes in org.apache.tapestry5.internal.test that implement MarkupRendererFilterModifier and TypeClassDescriptionclass
Used to capture the rendered document from a traditional page render.Method parameters in org.apache.tapestry5.internal.test with type arguments of type MarkupRendererFilterModifier and TypeMethodDescriptionstatic void
PageTesterModule.contributeMarkupRenderer
(OrderedConfiguration<MarkupRendererFilter> configuration) -
Uses of MarkupRendererFilter in org.apache.tapestry5.modules
Method parameters in org.apache.tapestry5.modules with type arguments of type MarkupRendererFilterModifier and TypeMethodDescriptionTapestryModule.buildMarkupRenderer
(org.slf4j.Logger logger, MarkupRendererTerminator terminator, List<MarkupRendererFilter> configuration) The MarkupRenderer service is used to render a full page as markup.void
TapestryModule.contributeMarkupRenderer
(OrderedConfiguration<MarkupRendererFilter> configuration, ModuleManager moduleManager, boolean omitGeneratorMeta, String tapestryVersion, boolean productionMode, boolean includeCoreStack, boolean enablePageloadingMask, ValidationDecoratorFactory validationDecoratorFactory) Adds page render filters, each of which provides anEnvironmental
service.void
JavaScriptModule.exposeJavaScriptSupportForFullPageRenders
(OrderedConfiguration<MarkupRendererFilter> configuration, JavaScriptStackSource javascriptStackSource, JavaScriptStackPathConstructor javascriptStackPathConstructor, Request request) Adds page render filters, each of which provides anEnvironmental
service.static void
JavaScriptModule.prepareHTMLPageOnRender
(OrderedConfiguration<MarkupRendererFilter> configuration) Contributes 'ConfigureHTMLElement', which writes the attributes into the HTML tag to describe locale, etc.