Interface ScriptEvaluator
- 
- All Known Implementing Classes:
- AbstractCachingScriptEvaluator,- AbstractScriptEvaluator,- GroovyScriptEvaluator,- Jsr223ScriptEvaluator,- VelocityScriptEvaluator
 
 public interface ScriptEvaluator- Author:
- Radovan Semancik
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description <T,V extends PrismValue>
 List<V>evaluate(ScriptExpressionEvaluationContext context)StringgetLanguageName()Returns human readable name of the language that this evaluator supportsStringgetLanguageUrl()Returns URL of the language that this evaluator can handle
 
- 
- 
- 
Method Detail- 
evaluate<T,V extends PrismValue> List<V> evaluate(ScriptExpressionEvaluationContext context) throws ExpressionEvaluationException, ObjectNotFoundException, ExpressionSyntaxException, CommunicationException, ConfigurationException, SecurityViolationException 
 - 
getLanguageNameString getLanguageName() Returns human readable name of the language that this evaluator supports
 - 
getLanguageUrlString getLanguageUrl() Returns URL of the language that this evaluator can handle
 
- 
 
-