Package org.craftercms.core.url.impl
Class ReplaceSubstringUrlTransformer
java.lang.Object
org.craftercms.core.url.impl.ReplaceSubstringUrlTransformer
- All Implemented Interfaces:
UrlTransformer
Class description goes HERE
- Author:
- Alfonso Vásquez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetReplacement(String replacement) voidsetSubstringToReplace(String substringToReplace) transformUrl(Context context, CachingOptions cachingOptions, String url)
-
Field Details
-
substringToReplace
-
replacement
-
-
Constructor Details
-
ReplaceSubstringUrlTransformer
public ReplaceSubstringUrlTransformer()
-
-
Method Details
-
setSubstringToReplace
-
setReplacement
-
transformUrl
public String transformUrl(Context context, CachingOptions cachingOptions, String url) throws UrlTransformationException - Specified by:
transformUrlin interfaceUrlTransformer- Throws:
UrlTransformationException
-