public class UrlTransformerPipeline extends Object implements UrlTransformer
UrlTransformer implementation that basically is a collection of other transformers.| Constructor and Description |
|---|
UrlTransformerPipeline() |
UrlTransformerPipeline(List<UrlTransformer> transformers) |
UrlTransformerPipeline(UrlTransformer... transformers) |
| Modifier and Type | Method and Description |
|---|---|
String |
transformUrl(Context context,
CachingOptions cachingOptions,
String url) |
public UrlTransformerPipeline()
public UrlTransformerPipeline(List<UrlTransformer> transformers)
public UrlTransformerPipeline(UrlTransformer... transformers)
public String transformUrl(Context context, CachingOptions cachingOptions, String url) throws UrlTransformationException
transformUrl in interface UrlTransformerUrlTransformationExceptionCopyright © 2018 CrafterCMS. All rights reserved.