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
ConstructorsConstructorDescriptionReplaceSubstringUrlTransformer(String substringToReplace, String replacement) -
Method Summary
Modifier and TypeMethodDescriptiontransformUrl(Context context, CachingOptions cachingOptions, String url)
-
Field Details
-
substringToReplace
-
replacement
-
-
Constructor Details
-
ReplaceSubstringUrlTransformer
-
-
Method Details
-
transformUrl
public String transformUrl(Context context, CachingOptions cachingOptions, String url) throws UrlTransformationException - Specified by:
transformUrlin interfaceUrlTransformer- Throws:
UrlTransformationException
-