Interface IELResolver
-
- All Known Implementing Classes:
ELEvaluator
@StableMinor(version="17.0", sinceVersion="8.1") public interface IELResolver
Represents an object capable of resolving EL expressions.- Since:
- 8.1.0
- Version:
- $Revision$ $Date$
-
-
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.
-