Uses of Interface
org.craftercms.engine.scripting.ScriptFactory
-
-
Uses of ScriptFactory in org.craftercms.engine.controller
Methods in org.craftercms.engine.controller with parameters of type ScriptFactory Modifier and Type Method Description protected StringPageRenderController. getScriptUrl(SiteContext siteContext, ScriptFactory scriptFactory, javax.servlet.http.HttpServletRequest request, String pageUrl) -
Uses of ScriptFactory in org.craftercms.engine.controller.rest
Methods in org.craftercms.engine.controller.rest with parameters of type ScriptFactory Modifier and Type Method Description protected ObjectRestScriptsController. executeScript(ScriptFactory scriptFactory, Map<String,Object> scriptVariables, javax.servlet.http.HttpServletResponse response, String scriptUrl)protected StringRestScriptsController. getScriptUrl(ScriptFactory scriptFactory, SiteContext siteContext, javax.servlet.http.HttpServletRequest request, String serviceUrl) -
Uses of ScriptFactory in org.craftercms.engine.scripting.impl
Classes in org.craftercms.engine.scripting.impl that implement ScriptFactory Modifier and Type Class Description classGroovyScriptFactoryScriptFactoryused specifically for Groovy.Methods in org.craftercms.engine.scripting.impl with parameters of type ScriptFactory Modifier and Type Method Description voidScriptUrlTemplateScannerImpl. findScripts(org.craftercms.core.service.Context context, org.craftercms.core.service.ContentStoreService storeService, ScriptFactory scriptFactory, String folder, List<String> scriptUrls) -
Uses of ScriptFactory in org.craftercms.engine.service.context
Fields in org.craftercms.engine.service.context declared as ScriptFactory Modifier and Type Field Description protected ScriptFactorySiteContext. scriptFactoryMethods in org.craftercms.engine.service.context that return ScriptFactory Modifier and Type Method Description ScriptFactorySiteContext. getScriptFactory()protected ScriptFactorySiteContextFactory. getScriptFactory(SiteContext siteContext, URLClassLoader classLoader)Methods in org.craftercms.engine.service.context with parameters of type ScriptFactory Modifier and Type Method Description voidSiteContext. setScriptFactory(ScriptFactory scriptFactory) -
Uses of ScriptFactory in org.craftercms.engine.view
Methods in org.craftercms.engine.view with parameters of type ScriptFactory Modifier and Type Method Description protected voidCrafterPageViewResolver. loadScripts(ScriptFactory scriptFactory, SiteItem page, CrafterPageView view)
-