Uses of Interface
org.craftercms.engine.service.SiteItemService
Packages that use SiteItemService
Package
Description
-
Uses of SiteItemService in org.craftercms.engine.freemarker
Fields in org.craftercms.engine.freemarker declared as SiteItemServiceModifier and TypeFieldDescriptionprotected SiteItemServiceRenderComponentDirective.siteItemServiceConstructors in org.craftercms.engine.freemarker with parameters of type SiteItemServiceModifierConstructorDescriptionRenderComponentDirective(jakarta.servlet.ServletContext servletContext, SiteItemService siteItemService, org.springframework.beans.factory.ObjectFactory<freemarker.template.SimpleHash> modelFactory, String templateXPathQuery, String templateNamePrefix, String templateNameSuffix, String includeElementName, String componentElementName, SiteItemScriptResolver scriptResolver) -
Uses of SiteItemService in org.craftercms.engine.service.impl
Classes in org.craftercms.engine.service.impl that implement SiteItemService -
Uses of SiteItemService in org.craftercms.engine.util.breadcrumb
Fields in org.craftercms.engine.util.breadcrumb declared as SiteItemServiceModifier and TypeFieldDescriptionprotected SiteItemServiceBreadcrumbBuilder.siteItemServiceDeprecated.Constructors in org.craftercms.engine.util.breadcrumb with parameters of type SiteItemServiceModifierConstructorDescriptionBreadcrumbBuilder(org.craftercms.core.util.cache.CacheTemplate cacheTemplate, SiteItemService siteItemService, String homePath, String breadcrumbNameXPathQuery) Deprecated. -
Uses of SiteItemService in org.craftercms.engine.util.config.profiles
Fields in org.craftercms.engine.util.config.profiles declared as SiteItemServiceModifier and TypeFieldDescriptionprotected SiteItemServiceConfigurationProviderImpl.siteItemServiceConstructors in org.craftercms.engine.util.config.profiles with parameters of type SiteItemService -
Uses of SiteItemService in org.craftercms.engine.view
Fields in org.craftercms.engine.view declared as SiteItemServiceModifier and TypeFieldDescriptionprotected SiteItemServiceCrafterPageViewResolver.siteItemServiceConstructors in org.craftercms.engine.view with parameters of type SiteItemServiceModifierConstructorDescriptionCrafterPageViewResolver(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) -
Uses of SiteItemService in org.craftercms.engine.view.freemarker
Fields in org.craftercms.engine.view.freemarker declared as SiteItemServiceModifier and TypeFieldDescriptionprotected SiteItemServiceCrafterFreeMarkerView.siteItemServiceprotected SiteItemServiceCrafterFreeMarkerViewResolver.siteItemServiceMethods in org.craftercms.engine.view.freemarker with parameters of type SiteItemServiceModifier and TypeMethodDescriptionvoidCrafterFreeMarkerView.setSiteItemService(SiteItemService siteItemService) voidCrafterFreeMarkerViewResolver.setSiteItemService(SiteItemService siteItemService)