Uses of Interface
org.craftercms.engine.scripting.SiteItemScriptResolver
Packages that use SiteItemScriptResolver
Package
Description
-
Uses of SiteItemScriptResolver in org.craftercms.engine.freemarker
Fields in org.craftercms.engine.freemarker declared as SiteItemScriptResolverModifier and TypeFieldDescriptionprotected SiteItemScriptResolverRenderComponentDirective.scriptResolverConstructors in org.craftercms.engine.freemarker with parameters of type SiteItemScriptResolverModifierConstructorDescriptionRenderComponentDirective(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 SiteItemScriptResolver in org.craftercms.engine.scripting.impl
Classes in org.craftercms.engine.scripting.impl that implement SiteItemScriptResolver -
Uses of SiteItemScriptResolver in org.craftercms.engine.view
Fields in org.craftercms.engine.view declared as SiteItemScriptResolverModifier and TypeFieldDescriptionprotected SiteItemScriptResolverCrafterPageViewResolver.scriptResolverConstructors in org.craftercms.engine.view with parameters of type SiteItemScriptResolverModifierConstructorDescriptionCrafterPageViewResolver(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 SiteItemScriptResolver in org.craftercms.engine.view.freemarker
Fields in org.craftercms.engine.view.freemarker declared as SiteItemScriptResolverModifier and TypeFieldDescriptionprotected SiteItemScriptResolverCrafterFreeMarkerView.componentScriptResolverprotected SiteItemScriptResolverCrafterFreeMarkerViewResolver.componentScriptResolverMethods in org.craftercms.engine.view.freemarker with parameters of type SiteItemScriptResolverModifier and TypeMethodDescriptionvoidCrafterFreeMarkerView.setComponentScriptResolver(SiteItemScriptResolver componentScriptResolver) voidCrafterFreeMarkerViewResolver.setComponentScriptResolver(SiteItemScriptResolver componentScriptResolver)