Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.el
Class ExpressionEvaluator

java.lang.Object
  extended by org.nuxeo.ecm.platform.el.ExpressionEvaluator

public class ExpressionEvaluator
extends Object


Constructor Summary
ExpressionEvaluator(ExpressionFactory factory)
           
 
Method Summary
 void bindValue(ELContext context, String name, Object value)
           
<T> T
evaluateExpression(ELContext context, String stringExpression, Class<T> clazz)
           
 void setExpressionFactory(ExpressionFactory expressionFactory)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionEvaluator

public ExpressionEvaluator(ExpressionFactory factory)
Method Detail

setExpressionFactory

public void setExpressionFactory(ExpressionFactory expressionFactory)

evaluateExpression

public <T> T evaluateExpression(ELContext context,
                                String stringExpression,
                                Class<T> clazz)

bindValue

public void bindValue(ELContext context,
                      String name,
                      Object value)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.