Uses of Interface
org.craftercms.engine.service.UrlTransformationService
Packages that use UrlTransformationService
Package
Description
-
Uses of UrlTransformationService in org.craftercms.engine.controller.rest
Fields in org.craftercms.engine.controller.rest declared as UrlTransformationServiceModifier and TypeFieldDescriptionprotected final UrlTransformationServiceSiteUrlController.urlTransformationServiceConstructors in org.craftercms.engine.controller.rest with parameters of type UrlTransformationServiceModifierConstructorDescriptionSiteUrlController(UrlTransformationService urlTransformationService) -
Uses of UrlTransformationService in org.craftercms.engine.graphql.impl.fetchers
Fields in org.craftercms.engine.graphql.impl.fetchers declared as UrlTransformationServiceModifier and TypeFieldDescriptionprotected UrlTransformationServiceUrlTransformDataFetcher.urlTransformationServiceConstructors in org.craftercms.engine.graphql.impl.fetchers with parameters of type UrlTransformationServiceModifierConstructorDescriptionUrlTransformDataFetcher(UrlTransformationService urlTransformationService) -
Uses of UrlTransformationService in org.craftercms.engine.service.impl
Classes in org.craftercms.engine.service.impl that implement UrlTransformationService -
Uses of UrlTransformationService in org.craftercms.engine.view
Fields in org.craftercms.engine.view declared as UrlTransformationServiceModifier and TypeFieldDescriptionprotected UrlTransformationServiceCrafterPageViewResolver.urlTransformationServiceConstructors in org.craftercms.engine.view with parameters of type UrlTransformationServiceModifierConstructorDescriptionCrafterPageViewResolver(String renderUrlToStoreUrlTransformerName, String storeUrlToRenderUrlTransformerName, String toFullHttpsUrlTransformerName, UrlTransformationService urlTransformationService, org.craftercms.core.util.cache.CacheTemplate cacheTemplate, SiteItemService siteItemService, String pageViewNameXPathQuery, String redirectUrlXPathQuery, String contentTypeXPathQuery, String redirectContentType, String disabledXPathQuery, String mimeTypeXPathQuery, String forceHttpsXPathQuery, SiteItemScriptResolver scriptResolver, org.springframework.web.servlet.ViewResolver delegatedViewResolver, UserAgentTemplateDetector userAgentTemplateDetector, CrafterPageAccessManager accessManager)