public class ScriptGuard extends Object implements Guard
Modifier and Type | Field and Description |
---|---|
protected CompiledScript |
comp |
protected ScriptEngine |
engine |
protected String |
script |
protected String |
src |
protected String |
type |
Modifier | Constructor and Description |
---|---|
protected |
ScriptGuard() |
|
ScriptGuard(String type,
String script) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
booleanValue(Object obj) |
boolean |
check(Adaptable context) |
String |
toString() |
protected ScriptEngine engine
protected CompiledScript comp
protected ScriptGuard()
public ScriptGuard(String type, String script)
Copyright © 2016 Nuxeo SA. All rights reserved.