Interface IELResolver
-
- All Known Implementing Classes:
ELEvaluator
@StableMinor(version="15.0", sinceVersion="8.1") public interface IELResolver
Represents an object capable of resolving EL expressions.- Since:
- 8.1.0
- Version:
- $Revision: 25303 $ $Date: 2022-10-22 22:48:02 -0300 (Sat, 22 Oct 2022) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
evaluate(java.lang.String expression)
Returns the evaluated expression.
-
-
-
Method Detail
-
evaluate
java.lang.String evaluate(java.lang.String expression) throws ELException
Returns the evaluated expression.- Parameters:
expression
- the expression.- Returns:
- the evaluated expression.
- Throws:
ELException
- Since:
- 8.1.0
-
-