Interface IELResolver
-
- All Known Implementing Classes:
ELEvaluator
@StableMinor(version="14.1", sinceVersion="8.1") public interface IELResolver
Represents an object capable of resolving EL expressions.- Since:
- 8.1.0
- Version:
- $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $
-
-
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
-
-