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


public interface ExpressionInterpreter<E,R>

Author:
Gerhard Petracek

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-2011 The Apache Software Foundation. All Rights Reserved.