public class ReplaceSubstringUrlTransformer extends Object implements UrlTransformer
| Modifier and Type | Field and Description |
|---|---|
protected String |
replacement |
protected String |
substringToReplace |
| Constructor and Description |
|---|
ReplaceSubstringUrlTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
setReplacement(String replacement) |
void |
setSubstringToReplace(String substringToReplace) |
String |
transformUrl(Context context,
CachingOptions cachingOptions,
String url) |
protected String substringToReplace
protected String replacement
public void setSubstringToReplace(String substringToReplace)
public void setReplacement(String replacement)
public String transformUrl(Context context, CachingOptions cachingOptions, String url) throws UrlTransformationException
transformUrl in interface UrlTransformerUrlTransformationExceptionCopyright © 2018 CrafterCMS. All rights reserved.