Uses of Interface
org.craftercms.engine.scripting.ScriptUrlTemplateScanner
Packages that use ScriptUrlTemplateScanner
-
Uses of ScriptUrlTemplateScanner in org.craftercms.engine.controller.rest
Fields in org.craftercms.engine.controller.rest declared as ScriptUrlTemplateScannerModifier and TypeFieldDescriptionprotected ScriptUrlTemplateScannerRestScriptsController.urlTemplateScannerMethods in org.craftercms.engine.controller.rest with parameters of type ScriptUrlTemplateScannerModifier and TypeMethodDescriptionvoidRestScriptsController.setUrlTemplateScanner(ScriptUrlTemplateScanner urlTemplateScanner) -
Uses of ScriptUrlTemplateScanner in org.craftercms.engine.scripting.impl
Classes in org.craftercms.engine.scripting.impl that implement ScriptUrlTemplateScannerModifier and TypeClassDescriptionclassScriptUrlTemplateScannerdecorator that caches the result of an actual scan, and also pre-caches the URL templates on site context creation.classDefault implementation ofScriptUrlTemplateScanner, which retrieves all the Groovy scripts at the specifiedscriptsFolderpath, and then looks for those that have the URL variable placeholder in them.Fields in org.craftercms.engine.scripting.impl declared as ScriptUrlTemplateScannerModifier and TypeFieldDescriptionprotected ScriptUrlTemplateScannerCachedScriptUrlTemplateScanner.actualScannerConstructors in org.craftercms.engine.scripting.impl with parameters of type ScriptUrlTemplateScannerModifierConstructorDescriptionCachedScriptUrlTemplateScanner(org.craftercms.core.util.cache.CacheTemplate cacheTemplate, ScriptUrlTemplateScanner actualScanner)