Interface IELResolver
-
- All Known Implementing Classes:
ELEvaluator
@StableMinor(version="16.1", sinceVersion="8.1") public interface IELResolver
Represents an object capable of resolving EL expressions.- Since:
- 8.1.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
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
-
-