Uses of Class
org.craftercms.core.exception.UrlTransformationException
Packages that use UrlTransformationException
-
Uses of UrlTransformationException in org.craftercms.core.url
Methods in org.craftercms.core.url that throw UrlTransformationExceptionModifier and TypeMethodDescriptionUrlTransformationEngine.transformUrl(Context context, String transformerName, String url) UrlTransformationEngine.transformUrl(Context context, CachingOptions cachingOptions, String transformerName, String url) UrlTransformer.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 UrlTransformationExceptionModifier and TypeMethodDescriptionprotected 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) AbstractCachedUrlTransformationEngine.transformUrl(Context context, String transformerName, String url) AbstractCachedUrlTransformationEngine.transformUrl(Context context, CachingOptions cachingOptions, String transformerName, String url) AddContextPathUrlTransformer.transformUrl(Context context, CachingOptions cachingOptions, String url) AddPrefixAndSuffixUrlTransformer.transformUrl(Context context, CachingOptions cachingOptions, String url) AddSchemeAndDomainAndServerPortUrlTransformer.transformUrl(Context context, CachingOptions cachingOptions, String url) AddServletPathUrlTransformer.transformUrl(Context context, CachingOptions cachingOptions, String url) ContentBundleShortToLongUrlTransformer.transformUrl(Context context, CachingOptions cachingOptions, String url) ExtractRequestAttributesUrlTransformer.transformUrl(Context context, CachingOptions cachingOptions, String url) RemovePrefixAndSuffixUrlTransformer.transformUrl(Context context, CachingOptions cachingOptions, String url) ReplacePatternAllUrlTransformer.transformUrl(Context context, CachingOptions cachingOptions, String url) ReplaceSubstringUrlTransformer.transformUrl(Context context, CachingOptions cachingOptions, String url) ShortToLongUrlTransformer.transformUrl(Context context, CachingOptions cachingOptions, String url) UrlTransformerPipeline.transformUrl(Context context, CachingOptions cachingOptions, String url)