Uses of Class
org.milyn.expression.ExpressionEvaluationException

Packages that use ExpressionEvaluationException
org.milyn.expression Conditional Content Delivery. 
 

Uses of ExpressionEvaluationException in org.milyn.expression
 

Methods in org.milyn.expression that throw ExpressionEvaluationException
 boolean ExecutionContextExpressionEvaluator.eval(ExecutionContext context)
          Evaluate an expression based on the supplied ExecutionContext.
 boolean MVELExpressionEvaluator.eval(Object contextObject)
           
 boolean ExpressionEvaluator.eval(Object contextObject)
          Evaluate a conditional expression against the supplied object (can be a Map).
 Object ExecutionContextExpressionEvaluator.getValue(ExecutionContext context)
          Evaluate an expression based on the supplied ExecutionContext and return the value.
 Object MVELExpressionEvaluator.getValue(Object contextObject)
           
 Object ExpressionEvaluator.getValue(Object contextObject)
          Evaluate an expression against the supplied Map variable, returning the eval result.
 



Copyright © 2008. All Rights Reserved.