org.apache.myfaces.extensions.cdi.core.api.interpreter
Interface ExpressionInterpreter<E,R>

All Known Implementing Classes:
AbstractPropertyExpressionInterpreter, SystemAwareExpressionInterpreter

public interface ExpressionInterpreter<E,R>

Interface for interpreting an expression provided by ExpressionActivated


Method Summary
 R evaluate(E expression)
          Evaluates the given expression and returns the result for it
 

Method Detail

evaluate

R evaluate(E expression)
Evaluates the given expression and returns the result for it

Parameters:
expression - expression which should be evaluated
Returns:
result of the evaluated expression


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.