public interface ExpressionResolver
| Modifier and Type | Method and Description |
|---|---|
<T> T |
resolve(java.lang.String expression,
java.util.Locale locale,
java.lang.Class<T> expectedType,
PageContext pageContext)
Resolves the given expression.
|
<T> T resolve(java.lang.String expression,
java.util.Locale locale,
java.lang.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 - 2018 Adobe Systems Incorporated. All Rights Reserved"