public interface ExpressionResolver
| Modifier and Type | Method and Description |
|---|---|
<T> T |
resolve(String expression,
Locale locale,
Class<T> expectedType,
PageContext pageContext)
Resolves the given expression.
|
<T> T resolve(String expression, Locale locale, Class<T> expectedType, PageContext pageContext)
T - the type of the resolved expressionexpression - the expression to be resolvedlocale - the localeexpectedType - the expected type of the resolved expressionpageContext - the page context"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"