Interface IELResolver
-
- All Known Implementing Classes:
ELEvaluator
@StableMinor(version="14.0", sinceVersion="8.1") public interface IELResolver
Represents an object capable of resolving EL expressions.- Since:
- 8.1.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 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
-
-