org.apache.aries.blueprint.jexl.evaluator
Class JexlPropertyEvaluator

java.lang.Object
  extended by org.apache.aries.blueprint.jexl.evaluator.JexlPropertyEvaluator
All Implemented Interfaces:
org.apache.aries.blueprint.ext.evaluator.PropertyEvaluator

public class JexlPropertyEvaluator
extends Object
implements org.apache.aries.blueprint.ext.evaluator.PropertyEvaluator


Constructor Summary
JexlPropertyEvaluator()
           
 
Method Summary
 String evaluate(String expression, Dictionary<String,String> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JexlPropertyEvaluator

public JexlPropertyEvaluator()
Method Detail

evaluate

public String evaluate(String expression,
                       Dictionary<String,String> properties)
Specified by:
evaluate in interface org.apache.aries.blueprint.ext.evaluator.PropertyEvaluator


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.