public interface ScriptEngine
| Modifier and Type | Method and Description |
|---|---|
String |
eval(Map<String,Object> ctx,
String templateName) |
void |
eval(Map<String,Object> ctx,
String templateName,
OutputStream out) |
boolean |
evalRule(Map<String,Object> context,
String templateName) |
boolean |
evalRuleScript(Map<String,Object> context,
String rule) |
String |
evalScript(Map<String,Object> ctx,
String script) |
void |
evalScript(Map<String,Object> ctx,
String script,
OutputStream out) |
String evalScript(Map<String,Object> ctx, String script) throws Exception
Exceptionvoid eval(Map<String,Object> ctx, String templateName, OutputStream out) throws Exception
Exceptionvoid evalScript(Map<String,Object> ctx, String script, OutputStream out) throws Exception
Exceptionboolean evalRule(Map<String,Object> context, String templateName) throws Exception
ExceptionCopyright © 2015. All rights reserved.