Modifier and Type | Method and Description |
---|---|
Map<String,ScriptEvaluator> |
ScriptExpressionFactory.getEvaluators() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptExpressionFactory.registerEvaluator(String language,
ScriptEvaluator evaluator) |
Constructor and Description |
---|
ScriptExpressionFactory(ObjectResolver objectResolver,
PrismContext prismContext,
Collection<FunctionLibrary> functions,
Collection<ScriptEvaluator> evaluators)
Constructor created especially to be used from the Spring context.
|
Modifier and Type | Class and Description |
---|---|
class |
Jsr223ScriptEvaluator
Expression evaluator that is using javax.script (JSR-223) engine.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathScriptEvaluator |
Copyright © 2013 evolveum. All rights reserved.