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 resolvelocale - The localeexpectedType - The type the result of the expression will be coerced to after
evaluationpageContext - The current page context"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"