Class CFEvaluator
- java.lang.Object
-
- com.intergral.deep.agent.api.plugin.AbstractEvaluator
-
- com.intergral.deep.agent.tracepoint.cf.CFEvaluator
-
- All Implemented Interfaces:
IEvaluator
public class CFEvaluator extends AbstractEvaluator
The evaluator to use when running a CF Callback.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CFEvaluator.Loader
The loader to use when executing a CF Callback.
-
Constructor Summary
Constructors Constructor Description CFEvaluator(Object page, Method evaluate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
evaluateExpression(String expression, Map<String,Object> values)
Evaluate an expression to the value.-
Methods inherited from class com.intergral.deep.agent.api.plugin.AbstractEvaluator
evaluate, objectToBoolean
-
-
-
-
Method Detail
-
evaluateExpression
public Object evaluateExpression(String expression, Map<String,Object> values)
Description copied from interface:IEvaluator
Evaluate an expression to the value.- Parameters:
expression
- the expression to evaluatevalues
- the variables that the expression can evaluate against- Returns:
- the result of the expression
-
-