Uses of Interface
org.apache.tapestry5.services.ValidationDecoratorFactory
Packages that use ValidationDecoratorFactory
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
-
Uses of ValidationDecoratorFactory in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement ValidationDecoratorFactory -
Uses of ValidationDecoratorFactory in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type ValidationDecoratorFactoryModifier and TypeMethodDescriptionvoid
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
TapestryModule.contributePartialMarkupRenderer
(OrderedConfiguration<PartialMarkupRendererFilter> configuration, ValidationDecoratorFactory validationDecoratorFactory) ContributesPartialMarkupRendererFilter
s used when rendering a partial Ajax response.