Package org.apache.tapestry5.services
Interface ValidationDecoratorFactory
- All Known Implementing Classes:
ValidationDecoratorFactoryImpl
public interface ValidationDecoratorFactory
Deprecated.
Creates an instance of
ValidationDecorator
for a
MarkupWriter
. This service is overridden in applications
that do not wish to use the default no-op validation decorator.- Since:
- 5.3
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(MarkupWriter writer) Deprecated.Creates a new decorator for the indicated writer.
-
Method Details
-
newInstance
Deprecated.Creates a new decorator for the indicated writer.
-
ValidationDecorator
is being phased out.