public class ELEvaluator
extends java.lang.Object
ELEvaluator implements an expression language evaluator base on
ExpressionEvaluator. In addition to the standard implicit objects
as defined in JSP, this evaluator also exposed CQ specific objects like:
| Constructor and Description |
|---|
ELEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
evaluate(java.lang.String expr,
SlingHttpServletRequest request,
PageContext pageContext)
Evaluates the given expression.
|
public static java.lang.String evaluate(java.lang.String expr,
SlingHttpServletRequest request,
PageContext pageContext)
expr - the expression.request - the current request.pageContext - the current page context."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"