@Deprecated
public interface RewriterTransformerFactory
RewriterTransformerFactory
is an optional component
which can be used to enhance the rewriting pipeline.
All available rewriting transformers with a service ranking below
zero are chained before the default link rewriter. All available
transformers with a service ranking higher or equal to zero are
chained after the default link rewriter. Therefore the property
"service.ranking" should be used for the factory.
The factories itself are not chained but the resulting transformers
are. On each pipeline call new instances are created.Modifier and Type | Method and Description |
---|---|
Transformer |
createTransformer()
Deprecated.
Create a new transformer for the pipeline.
|
Transformer createTransformer()
Copyright © 2010 - 2020 Adobe. All Rights Reserved