org.apache.myfaces.extensions.cdi.core.api.tools
Class AbstractPropertyExpressionInterpreter
java.lang.Object
org.apache.myfaces.extensions.cdi.core.api.tools.AbstractPropertyExpressionInterpreter
- All Implemented Interfaces:
- ExpressionInterpreter<String,Boolean>
@Typed
public abstract class AbstractPropertyExpressionInterpreter
- extends Object
- implements ExpressionInterpreter<String,Boolean>
Base implementation for simple (property) expressions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPropertyExpressionInterpreter
public AbstractPropertyExpressionInterpreter()
evaluate
public final Boolean evaluate(String expressions)
- Evaluates the given expression and returns the result for it
- Specified by:
evaluate
in interface ExpressionInterpreter<String,Boolean>
- Parameters:
expressions
- expression which should be evaluated
- Returns:
- result of the evaluated expression
getConfiguredValue
protected abstract String getConfiguredValue(String key)
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.