Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.expression
Class JexlExpression

java.lang.Object
  extended by org.nuxeo.runtime.expression.JexlExpression
All Implemented Interfaces:
Expression
Direct Known Subclasses:
ThreadSafeJexlExpression

public class JexlExpression
extends java.lang.Object
implements Expression

Author:
Bogdan Stefanescu, Ruslan Spivak

Constructor Summary
JexlExpression(java.lang.String expr)
           
 
Method Summary
 java.lang.Object eval(Context context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JexlExpression

public JexlExpression(java.lang.String expr)
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

eval

public java.lang.Object eval(Context context)
                      throws java.lang.Exception
Specified by:
eval in interface Expression
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.