Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.actions.elcache
Class JexlExpression

java.lang.Object
  extended by org.nuxeo.ecm.platform.actions.elcache.JexlExpression
All Implemented Interfaces:
Expression
Direct Known Subclasses:
ThreadSafeJexlExpression

Deprecated. - use a single EL logic (like the one in nuxeo-platform-el)

public class JexlExpression
extends Object
implements Expression

Since:
5.4.3 - moved from runtime
Author:
Bogdan Stefanescu, Ruslan Spivak

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

Constructor Detail

JexlExpression

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

eval

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.