Package org.apache.tapestry5.services
Interface ValidationDecoratorFactory
-
- All Known Implementing Classes:
ValidationDecoratorFactoryImpl
public interface ValidationDecoratorFactory
Deprecated.Deprecated in 5.4 with no replacement, asValidationDecorator
is being phased out.Creates an instance ofValidationDecorator
for aMarkupWriter
. This service is overridden in applications that do not wish to use the default no-op validation decorator.- Since:
- 5.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ValidationDecorator
newInstance(MarkupWriter writer)
Deprecated.Creates a new decorator for the indicated writer.
-
-
-
Method Detail
-
newInstance
ValidationDecorator newInstance(MarkupWriter writer)
Deprecated.Creates a new decorator for the indicated writer.
-
-