public class Scripting extends Object
| Constructor and Description |
|---|
Scripting() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
desc(Dollar dollar) |
static Object |
desc(org.rapidoid.http.HttpExchange x) |
static Object |
descObj(Object obj) |
static void |
onScriptResult(org.rapidoid.http.HttpExchange x,
Object result) |
static boolean |
runDynamicScript(org.rapidoid.http.HttpExchangeImpl x,
boolean hasEvent,
Map<String,Object> config) |
protected static void |
runScript(org.rapidoid.http.HttpExchangeImpl x,
CompiledScript script,
boolean hasEvent,
Map<String,Object> config) |
public static boolean runDynamicScript(org.rapidoid.http.HttpExchangeImpl x,
boolean hasEvent,
Map<String,Object> config)
protected static void runScript(org.rapidoid.http.HttpExchangeImpl x,
CompiledScript script,
boolean hasEvent,
Map<String,Object> config)
public static void onScriptResult(org.rapidoid.http.HttpExchange x,
Object result)
public static Object desc(org.rapidoid.http.HttpExchange x)
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.