Class SiteItemScriptResolverImpl

java.lang.Object
org.craftercms.engine.scripting.impl.SiteItemScriptResolverImpl
All Implemented Interfaces:
SiteItemScriptResolver

public class SiteItemScriptResolverImpl extends Object implements SiteItemScriptResolver
Default implementation of SiteItemScriptResolver.
Author:
Alfonso Vásquez
  • Field Details

    • storeService

      protected org.craftercms.core.service.ContentStoreService storeService
    • contentTypeXPathQuery

      protected String contentTypeXPathQuery
    • contentTypePattern

      protected Pattern contentTypePattern
    • scriptUrlFormat

      protected String scriptUrlFormat
    • scriptsXPathQuery

      protected String scriptsXPathQuery
  • Constructor Details

    • SiteItemScriptResolverImpl

      public SiteItemScriptResolverImpl(org.craftercms.core.service.ContentStoreService storeService, String contentTypeXPathQuery, String contentTypePattern, String scriptUrlFormat, String scriptsXPathQuery)
  • Method Details