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