org.apache.xbean.blueprint.cm
Class JexlExpressionParser

java.lang.Object
  extended by org.apache.xbean.blueprint.cm.JexlExpressionParser

public class JexlExpressionParser
extends Object

Version:
$Rev: 907189 $ $Date: 2010-02-06 03:01:43 -0500 (Sat, 06 Feb 2010) $

Field Summary
protected  org.apache.commons.jexl2.JexlContext context
           
 
Constructor Summary
JexlExpressionParser(Map<String,Object> vars)
           
 
Method Summary
 Object evaluate(String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected final org.apache.commons.jexl2.JexlContext context
Constructor Detail

JexlExpressionParser

public JexlExpressionParser(Map<String,Object> vars)
Method Detail

evaluate

public Object evaluate(String expression)
                throws Exception
Throws:
Exception


Copyright © 2005-2011. All Rights Reserved.