Class ELEvaluator
- java.lang.Object
-
- lumis.portal.serviceinterface.style.impl.common.ELEvaluator
-
- All Implemented Interfaces:
IELResolver
public class ELEvaluator extends java.lang.Object implements IELResolver
EL expression evaluator.- Since:
- 8.1.0
- Version:
- $Revision$ $Date$
-
-
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 java.lang.String
evaluate(java.lang.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 java.lang.String evaluate(java.lang.String expression) throws javax.servlet.jsp.el.ELException
Description copied from interface:IELResolver
Returns the evaluated expression.- Specified by:
evaluate
in interfaceIELResolver
- Parameters:
expression
- the expression.- Returns:
- the evaluated expression.
- Throws:
javax.servlet.jsp.el.ELException
-
-