Uses of Interface
org.craftercms.engine.scripting.ScriptJobResolver
Packages that use ScriptJobResolver
-
Uses of ScriptJobResolver in org.craftercms.engine.scripting.impl
Classes in org.craftercms.engine.scripting.impl that implement ScriptJobResolverModifier and TypeClassDescriptionclassScriptJobResolverthat resolves job based on configuration mappings, like the following:classFolder basedScriptJobResolver, which resolves all scripts under a certain folder, and creates a trigger to run them using a specific cron expression. -
Uses of ScriptJobResolver in org.craftercms.engine.service.context
Fields in org.craftercms.engine.service.context with type parameters of type ScriptJobResolverModifier and TypeFieldDescriptionprotected List<ScriptJobResolver> SiteContextFactory.jobResolversConstructor parameters in org.craftercms.engine.service.context with type arguments of type ScriptJobResolverModifierConstructorDescriptionSiteContextFactory(String storeType, String rootFolderPath, String staticAssetsPath, String templatesPath, String initScriptPath, String restScriptsPath, String controllerScriptsPath, String[] configPaths, String[] applicationContextPaths, String[] urlRewriteConfPaths, String[] proxyConfigPaths, String groovyClassesPath, Map<String, Object> groovyGlobalVars, org.springframework.beans.factory.ObjectFactory<org.springframework.web.servlet.view.freemarker.FreeMarkerConfig> freeMarkerConfigFactory, org.craftercms.core.url.UrlTransformationEngine urlTransformationEngine, org.craftercms.core.service.ContentStoreService storeService, org.craftercms.core.util.cache.CacheTemplate cacheTemplate, MacroResolver macroResolver, List<ScriptJobResolver> jobResolvers, Executor jobThreadPoolExecutor, GraphQLFactory graphQLFactory, boolean cacheWarmUpEnabled, SiteCacheWarmer cacheWarmer, org.craftercms.commons.config.EncryptionAwareConfigurationReader configurationReader, String[] whitelistGetEnvRegex)