Interface IELResolver
-
- All Known Implementing Classes:
ELEvaluator
@StableMinor(version="14.2", sinceVersion="8.1") public interface IELResolver
Represents an object capable of resolving EL expressions.- Since:
- 8.1.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
evaluate(String expression)
Returns the evaluated expression.
-
-
-
Method Detail
-
evaluate
String evaluate(String expression) throws ELException
Returns the evaluated expression.- Parameters:
expression
- the expression.- Returns:
- the evaluated expression.
- Throws:
ELException
- Since:
- 8.1.0
-
-