| Package | Description |
|---|---|
| org.craftercms.engine.exception | |
| org.craftercms.engine.scripting | |
| org.craftercms.engine.scripting.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptNotFoundException
Thrown when a script can't be found
|
class |
ScriptRenderingException
Thrown when an error occurs while rendering the response of a script.
|
class |
ScriptViewNotFoundException
Thrown when a usable script view can't be found for a particular script
|
class |
UnrecognizableMimeTypeException
Thrown when a mime type is unrecognizable or unsupported (basically a view can't be found for it).
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Script.execute(Map<String,Object> variables) |
Script |
ScriptFactory.getScript(String url) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Jsr233CompiledScript.execute(Map<String,Object> variables) |
Object |
GroovyScript.execute(Map<String,Object> variables) |
protected Script |
Jsr233CompiledScriptFactory.getCachedScript(SiteContext siteContext,
String url) |
Script |
Jsr233CompiledScriptFactory.getScript(String url) |
Script |
GroovyScriptFactory.getScript(String url) |
Copyright © 2014 CrafterCMS. All Rights Reserved.