Uses of Class
org.craftercms.core.exception.UrlTransformationException
-
Packages that use UrlTransformationException Package Description org.craftercms.core.url org.craftercms.core.url.impl -
-
Uses of UrlTransformationException in org.craftercms.core.url
Methods in org.craftercms.core.url that throw UrlTransformationException Modifier and Type Method Description StringUrlTransformationEngine. transformUrl(Context context, String transformerName, String url)StringUrlTransformationEngine. transformUrl(Context context, CachingOptions cachingOptions, String transformerName, String url)StringUrlTransformer. transformUrl(Context context, CachingOptions cachingOptions, String url) -
Uses of UrlTransformationException in org.craftercms.core.url.impl
Methods in org.craftercms.core.url.impl that throw UrlTransformationException Modifier and Type Method Description protected abstract StringAbstractCachedUrlTransformationEngine. doTransformUrl(Context context, CachingOptions cachingOptions, String transformerName, String url)protected StringUrlTransformationEngineImpl. doTransformUrl(Context context, CachingOptions cachingOptions, String transformerName, String url)protected StringShortToLongUrlTransformer. getLongName(Context context, CachingOptions cachingOptions, String folderPath, String shortName)protected StringShortToLongUrlTransformer. getLongUrl(Context context, CachingOptions cachingOptions, String shortUrl, boolean useShortNameIfLongNameNotFound)StringAbstractCachedUrlTransformationEngine. transformUrl(Context context, String transformerName, String url)StringAbstractCachedUrlTransformationEngine. transformUrl(Context context, CachingOptions cachingOptions, String transformerName, String url)StringAddContextPathUrlTransformer. transformUrl(Context context, CachingOptions cachingOptions, String url)StringAddPrefixAndSuffixUrlTransformer. transformUrl(Context context, CachingOptions cachingOptions, String url)StringAddSchemeAndDomainAndServerPortUrlTransformer. transformUrl(Context context, CachingOptions cachingOptions, String url)StringAddServletPathUrlTransformer. transformUrl(Context context, CachingOptions cachingOptions, String url)StringContentBundleShortToLongUrlTransformer. transformUrl(Context context, CachingOptions cachingOptions, String url)StringExtractRequestAttributesUrlTransformer. transformUrl(Context context, CachingOptions cachingOptions, String url)StringRemovePrefixAndSuffixUrlTransformer. transformUrl(Context context, CachingOptions cachingOptions, String url)StringReplacePatternAllUrlTransformer. transformUrl(Context context, CachingOptions cachingOptions, String url)StringReplaceSubstringUrlTransformer. transformUrl(Context context, CachingOptions cachingOptions, String url)StringShortToLongUrlTransformer. transformUrl(Context context, CachingOptions cachingOptions, String url)StringUrlTransformerPipeline. transformUrl(Context context, CachingOptions cachingOptions, String url)
-