Uses of Enum Class
com.sun.ts.tests.el.common.util.ResolverType
Packages that use ResolverType
-
Uses of ResolverType in com.sun.ts.tests.el.common.elcontext
Constructors in com.sun.ts.tests.el.common.elcontext with parameters of type ResolverType -
Uses of ResolverType in com.sun.ts.tests.el.common.util
Methods in com.sun.ts.tests.el.common.util that return ResolverTypeModifier and TypeMethodDescriptionstatic ResolverType
Returns the enum constant of this class with the specified name.static ResolverType[]
ResolverType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sun.ts.tests.el.common.util with parameters of type ResolverTypeModifier and TypeMethodDescriptionstatic Object
ExprEval.evaluateMethodExpression
(String exprStr, Class<?>[] params, Class<?> expectedClass, ResolverType resolverType) Used to evaluate MethodExpression()static Object
ExprEval.evaluateValueExpression
(String exprStr, NameValuePair[] nameVals, Class<?> expectedClass, ResolverType resolverType) Evaluates the ValueExpression expression relative to the provided context and resolverType, then returns the resulting value.