Class ELEvaluator
- java.lang.Object
-
- lumis.portal.serviceinterface.style.impl.common.ELEvaluator
-
- All Implemented Interfaces:
IELResolver
public class ELEvaluator extends Object implements IELResolver
EL expression evaluator.- Since:
- 8.1.0
- Version:
- $Revision: 20479 $ $Date: 2017-08-16 18:17:43 -0300 (Wed, 16 Aug 2017) $
-
-
Constructor Summary
Constructors Constructor Description ELEvaluator(IServiceInterfaceRequestSPI renderRequest)
Creates a new instance with the given request.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
evaluate(String expression)
Returns the evaluated expression.
-
-
-
Constructor Detail
-
ELEvaluator
public ELEvaluator(IServiceInterfaceRequestSPI renderRequest)
Creates a new instance with the given request.- Parameters:
renderRequest
- the request.- Since:
- 8.1.0
-
-
Method Detail
-
evaluate
public String evaluate(String expression) throws ELException
Description copied from interface:IELResolver
Returns the evaluated expression.- Specified by:
evaluate
in interfaceIELResolver
- Parameters:
expression
- the expression.- Returns:
- the evaluated expression.
- Throws:
ELException
-
-