Modifier and Type | Method and Description |
---|---|
protected String |
PageRenderController.getScriptUrl(SiteContext siteContext,
ScriptFactory scriptFactory,
javax.servlet.http.HttpServletRequest request,
String pageUrl) |
Modifier and Type | Method and Description |
---|---|
protected Object |
RestScriptsController.executeScript(ScriptFactory scriptFactory,
Map<String,Object> scriptVariables,
javax.servlet.http.HttpServletResponse response,
String scriptUrl) |
protected String |
RestScriptsController.getScriptUrl(ScriptFactory scriptFactory,
SiteContext siteContext,
javax.servlet.http.HttpServletRequest request,
String serviceUrl) |
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptFactory
ScriptFactory used specifically for Groovy. |
Modifier and Type | Method and Description |
---|---|
void |
ScriptUrlTemplateScannerImpl.findScripts(org.craftercms.core.service.Context context,
org.craftercms.core.service.ContentStoreService storeService,
ScriptFactory scriptFactory,
String folder,
List<String> scriptUrls) |
Modifier and Type | Field and Description |
---|---|
protected ScriptFactory |
SiteContext.scriptFactory |
Modifier and Type | Method and Description |
---|---|
ScriptFactory |
SiteContext.getScriptFactory() |
protected ScriptFactory |
SiteContextFactory.getScriptFactory(SiteContext siteContext,
URLClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
void |
SiteContext.setScriptFactory(ScriptFactory scriptFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
CrafterPageViewResolver.loadScripts(ScriptFactory scriptFactory,
SiteItem page,
CrafterPageView view) |
Copyright © 2023 CrafterCMS. All rights reserved.