Package org.craftercms.core.url
Interface UrlTransformer
-
- All Known Implementing Classes:
AddContextPathUrlTransformer,AddDebugParamUrlTransformer,AddPrefixAndSuffixUrlTransformer,AddSchemeAndDomainAndServerPortUrlTransformer,AddServletPathUrlTransformer,ContentBundleShortToLongUrlTransformer,ExtractRequestAttributesUrlTransformer,LongToShortUrlTransformer,RemovePrefixAndSuffixUrlTransformer,ReplacePatternAllUrlTransformer,ReplacePatternFirstUrlTransformer,ReplaceSubstringUrlTransformer,ShortToLongUrlTransformer,UrlTransformerPipeline
public interface UrlTransformer- Author:
- Sumer Jabri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtransformUrl(Context context, CachingOptions cachingOptions, String url)
-
-
-
Method Detail
-
transformUrl
String transformUrl(Context context, CachingOptions cachingOptions, String url) throws UrlTransformationException
- Throws:
UrlTransformationException
-
-