Package org.craftercms.core.url
Interface UrlTransformationEngine
-
- All Known Implementing Classes:
AbstractCachedUrlTransformationEngine,UrlTransformationEngineImpl
public interface UrlTransformationEngine- Author:
- Sumer Jabri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtransformUrl(Context context, String transformerName, String url)StringtransformUrl(Context context, CachingOptions cachingOptions, String transformerName, String url)
-
-
-
Method Detail
-
transformUrl
String transformUrl(Context context, String transformerName, String url) throws UrlTransformationException
- Throws:
UrlTransformationException
-
transformUrl
String transformUrl(Context context, CachingOptions cachingOptions, String transformerName, String url) throws UrlTransformationException
- Throws:
UrlTransformationException
-
-