Uses of Class
com.sun.ts.tests.el.common.util.NameValuePair
Packages that use NameValuePair
-
Uses of NameValuePair in com.sun.ts.tests.el.common.util
Methods in com.sun.ts.tests.el.common.util that return NameValuePairModifier and TypeMethodDescriptionstatic NameValuePair[]
NameValuePair.buildConditionalNameValue
(Object a, Object b, Object c) static NameValuePair[]
NameValuePair.buildNameValuePair
(Object a, Object b) static NameValuePair[]
NameValuePair.buildUnaryNameValue
(Object a) Methods in com.sun.ts.tests.el.common.util with parameters of type NameValuePairModifier and TypeMethodDescriptionstatic Object
ExprEval.evaluateValueExpression
(String exprStr, NameValuePair[] nameVals, Class<?> expectedClass) Evaluates the ValueExpression expression relative to the provided context and the resolverType of com.sun.ts.tests.el.common.elresolver.VariableELResolver, then returns the resulting value.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.